From: Leonid Movshovich Date: Sun, 18 Jan 2015 10:04:56 +0100 Subject: quilt-el: Fix patch select completion Upstream: Committed (88decf920d2741ab4411f75827ce72beb0dc6995) A typo in quilt-patch-list prevents patch select completion operation. Reviewed and tested by Satoru Takeuchi. 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."