changeset 46292:712d0161e499

(ido-make-merged-file-list): Fix last change again.
author Kim F. Storm <storm@cua.dk>
date Wed, 10 Jul 2002 11:08:01 +0000
parents 53aad01021a4
children 1fb8f75062c6
files lisp/ido.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ido.el	Wed Jul 10 11:07:28 2002 +0000
+++ b/lisp/ido.el	Wed Jul 10 11:08:01 2002 +0000
@@ -2511,6 +2511,7 @@
     (if (and res (not (eq res t)))
 	(setq res (ido-sort-merged-list res auto)))
     (when (and (or ido-rotate-temp ido-rotate-file-list-default)
+	       (listp res)
 	       (> (length text) 0))
       (let ((elt (assoc text res)))
 	(when (and elt (not (eq elt (car res))))