]> git.eshelyaron.com Git - emacs.git/commitdiff
(ido-read-internal): Fix `list' completion.
authorKim F. Storm <storm@cua.dk>
Fri, 22 Apr 2005 15:09:48 +0000 (15:09 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 22 Apr 2005 15:09:48 +0000 (15:09 +0000)
lisp/ido.el

index 2e2aca3126e586e865866642d9d216544da112ed..4409c3653c9994149f2e09de6a16f8d5e3425cb1 100644 (file)
@@ -1793,7 +1793,7 @@ If INITIAL is non-nil, it specifies the initial input string."
                (ido-name (car ido-matches))))
 
        (cond
-        ((eq item 'buffer)
+        ((memq item '(buffer list))
          (setq done t))
 
         ((string-equal "./" ido-selected)