aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2002-07-10 11:08:01 +0000
committerKim F. Storm2002-07-10 11:08:01 +0000
commite20b31732ad01d8de7605ea740525dedc3dbdb90 (patch)
tree391dd82c2d35e2c818f2915a03712722ea5c06a2
parent3932b29ac20b74f167f29782ebaab0b34d5e7017 (diff)
downloademacs-e20b31732ad01d8de7605ea740525dedc3dbdb90.tar.gz
emacs-e20b31732ad01d8de7605ea740525dedc3dbdb90.zip
(ido-make-merged-file-list): Fix last change again.
-rw-r--r--lisp/ido.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index a0308e3ddfb..233474fd0a0 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -2511,6 +2511,7 @@ for first matching file."
2511 (if (and res (not (eq res t))) 2511 (if (and res (not (eq res t)))
2512 (setq res (ido-sort-merged-list res auto))) 2512 (setq res (ido-sort-merged-list res auto)))
2513 (when (and (or ido-rotate-temp ido-rotate-file-list-default) 2513 (when (and (or ido-rotate-temp ido-rotate-file-list-default)
2514 (listp res)
2514 (> (length text) 0)) 2515 (> (length text) 0))
2515 (let ((elt (assoc text res))) 2516 (let ((elt (assoc text res)))
2516 (when (and elt (not (eq elt (car res)))) 2517 (when (and elt (not (eq elt (car res))))