summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSatoru Takeuchi <satoru.takeuchi@gmail.com>2012-03-10 19:52:49 +0900
committerSatoru Takeuchi <satoru.takeuchi@gmail.com>2012-03-10 19:52:49 +0900
commit93527eb0b96e565cd3da1ce08f9288469bb4dd44 (patch)
tree4128b1e2572110ac10394c313e2d319282817105 /lib
parenta5cbc38eaeffa9edee75ccf80f824093a799d89a (diff)
downloadquilt-93527eb0b96e565cd3da1ce08f9288469bb4dd44.tar.gz
quilt-el: fix `quilt-patch-list' to call `quilt series'..
It's a regression problem caused by a106d99d754c88c049c111f6ccdfb06c2bede4f2.
Diffstat (limited to 'lib')
-rw-r--r--lib/quilt.el2
1 files changed, 1 insertions, 1 deletions
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."