* minibuffer.el (completion--flush-all-sorted-completions): Fix typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 24 Oct 2012 03:22:21 +0000 (23:22 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 24 Oct 2012 03:22:21 +0000 (23:22 -0400)
Fixes: debbugs:12619

lisp/minibuffer.el

index 3f9ec33..2705004 100644 (file)
@@ -1054,7 +1054,7 @@ scroll the window of possible completions."
         (cons (copy-marker (field-beginning)) (copy-marker (field-end))))
   (setq completion-all-sorted-completions comps))
 
-(defun completion--flush-all-sorted-completions (&rest start end len)
+(defun completion--flush-all-sorted-completions (&optional start end _len)
   (unless (and start end
                (or (> start (cdr completion--all-sorted-completions-location))
                    (< end (car completion--all-sorted-completions-location))))