emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ido.el


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/ido.el
Date: Wed, 10 Jul 2002 07:08:01 -0400

Index: emacs/lisp/ido.el
diff -c emacs/lisp/ido.el:1.8 emacs/lisp/ido.el:1.9
*** emacs/lisp/ido.el:1.8       Wed Jul 10 04:18:18 2002
--- emacs/lisp/ido.el   Wed Jul 10 07:08:01 2002
***************
*** 2511,2516 ****
--- 2511,2517 ----
      (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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]