summaryrefslogtreecommitdiff
path: root/lisp/ido.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2002-11-01 09:18:40 +0000
committerKim F. Storm <storm@cua.dk>2002-11-01 09:18:40 +0000
commitc97e073b14666e29b5f5cadb1926757015e77c44 (patch)
tree146437432ddcab0e36ae229fc034ceb93de45c6c /lisp/ido.el
parentf0e78a43e7dae89c3f14ba865ee6994973989552 (diff)
downloademacs-c97e073b14666e29b5f5cadb1926757015e77c44.tar.gz
(ido-read-file-name): Removed leftover debug message "gotit".
Diffstat (limited to 'lisp/ido.el')
-rw-r--r--lisp/ido.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index 9a79023775a..95a3734e997 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -3632,7 +3632,6 @@ See `read-file-name' for additional parameters."
(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))