summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Movshovich <event.riga@gmail.com>2015-01-18 10:04:56 +0100
committerJean Delvare <jdelvare@suse.de>2015-01-18 10:04:56 +0100
commit88decf920d2741ab4411f75827ce72beb0dc6995 (patch)
tree585982d6c26c779f737d56d820708e5805b30720
parent7be8f49a95a528e4c46df0cfe26877457c95ac0e (diff)
downloadquilt-88decf920d2741ab4411f75827ce72beb0dc6995.tar.gz
quilt-el: Fix patch select completion
A typo in quilt-patch-list prevents patch select completion operation. Reviewed and tested by Satoru Takeuchi.
-rw-r--r--lib/quilt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/quilt.el b/lib/quilt.el
index 0a57b05..be359e5 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 "seriess"))
+ (quilt-cmd-to-list "series"))
(defun quilt-files-affected (&optional first last)
"Return the file names which modified from FIRST to LAST."