aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ido.el
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2002-11-01 09:18:40 +0000
committerKim F. Storm <[email protected]>2002-11-01 09:18:40 +0000
commit6968582fe067d08d454155a1013bcd3d697d4526 (patch)
tree10b2ad598bd405a6e657ecc86f46f904ff24f6c2 /lisp/ido.el
parenta9efebd0ba18c0fe8b6ce81302bf29d327503506 (diff)
(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 9a79023775..95a3734e99 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))