From e1d47d7fb7274abf383eb8daca81a469a82a7f38 Mon Sep 17 00:00:00 2001 From: Satoru Takeuchi Date: Sat, 6 Oct 2007 17:25:21 +0000 Subject: support QUILT_PATCHES_PREFIX --- lib/quilt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/quilt.el') diff --git a/lib/quilt.el b/lib/quilt.el index 23b5880..a83a85d 100644 --- a/lib/quilt.el +++ b/lib/quilt.el @@ -99,7 +99,7 @@ (defun quilt-top-patch () (let ((top (quilt-cmd-to-string "top"))) (if top - (substring top 0 -1)))) + (file-name-nondirectory (substring top 0 -1))))) (defun quilt-complete-list (p l) (defun to-alist (list n) -- cgit