From 88decf920d2741ab4411f75827ce72beb0dc6995 Mon Sep 17 00:00:00 2001 From: Leonid Movshovich Date: Sun, 18 Jan 2015 10:04:56 +0100 Subject: quilt-el: Fix patch select completion A typo in quilt-patch-list prevents patch select completion operation. Reviewed and tested by Satoru Takeuchi. --- lib/quilt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- cgit