[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: |
Fri, 01 Nov 2002 04:18:42 -0500 |
Index: emacs/lisp/ido.el
diff -c emacs/lisp/ido.el:1.15 emacs/lisp/ido.el:1.16
*** emacs/lisp/ido.el:1.15 Tue Oct 29 09:14:56 2002
--- emacs/lisp/ido.el Fri Nov 1 04:18:40 2002
***************
*** 3632,3638 ****
(ido-read-directory-name prompt dir default-filename mustmatch initial))
((and (not (memq this-command ido-read-file-name-non-ido))
(or (null predicate) (eq predicate 'file-exists-p)))
- (message "gotit")
(let (filename
ido-saved-vc-mt
(vc-master-templates (and (boundp 'vc-master-templates)
vc-master-templates))
--- 3632,3637 ----
- [Emacs-diffs] Changes to emacs/lisp/ido.el,
Kim F. Storm <=