aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))))