From 93527eb0b96e565cd3da1ce08f9288469bb4dd44 Mon Sep 17 00:00:00 2001 From: Satoru Takeuchi Date: Sat, 10 Mar 2012 19:52:49 +0900 Subject: quilt-el: fix `quilt-patch-list' to call `quilt series'.. It's a regression problem caused by a106d99d754c88c049c111f6ccdfb06c2bede4f2. --- 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 b54774e..39c1ae6 100644 --- a/lib/quilt.el +++ b/lib/quilt.el @@ -126,7 +126,7 @@ (defun quilt-patch-list () "Return the list of the name of patches." - (quilt-cmd-to-list "patches")) + (quilt-cmd-to-list "seriess")) (defun quilt-files-affected (&optional first last) "Return the file names which modified from FIRST to LAST." -- cgit