[Top][All Lists]
[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: |
Tue, 29 Oct 2002 09:14:56 -0500 |
Index: emacs/lisp/ido.el
diff -c emacs/lisp/ido.el:1.14 emacs/lisp/ido.el:1.15
*** emacs/lisp/ido.el:1.14 Sun Oct 27 16:31:19 2002
--- emacs/lisp/ido.el Tue Oct 29 09:14:56 2002
***************
*** 2448,2454 ****
res)
(while paths
(setq path (car paths)
- paths (cdr paths)
paths (cdr paths))
(if (and (string-match "^/" path)
(file-exists-p path))
--- 2448,2453 ----