diff lisp/minibuffer.el @ 108296:d46fdf06e110

* files.el (auto-save-mode): Move to simple.el to fix bootstrap. * simple.el (auto-save-mode): Move from files.el. * minibuffer.el (completion--common-suffix): Fix copy&paste error.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 07 May 2010 08:49:14 -0400
parents cc30c752cec3
children 973b5bc5fcfe
line wrap: on
line diff
--- a/lisp/minibuffer.el	Fri May 07 13:45:54 2010 +0300
+++ b/lisp/minibuffer.el	Fri May 07 08:49:14 2010 -0400
@@ -1992,7 +1992,7 @@
   (completion--sreverse
    (try-completion
     ""
-    (mapcar 'completion--sreverse comps))))
+    (mapcar 'completion--sreverse strs))))
 
 (defun completion-pcm--merge-completions (strs pattern)
   "Extract the commonality in STRS, with the help of PATTERN."