summaryrefslogtreecommitdiff
path: root/lisp/ido.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2002-12-16 12:05:37 +0000
committerKim F. Storm <storm@cua.dk>2002-12-16 12:05:37 +0000
commitbadfd4083bf0d62e1ec64418146c82f2d868c173 (patch)
treefa7abebf1e599bed12e2cd01d304c2f424bbe557 /lisp/ido.el
parentfd6e354045ea271e6fd25af96879bfc10ebaa35a (diff)
downloademacs-badfd4083bf0d62e1ec64418146c82f2d868c173.tar.gz
(ido-read-file-name): Removed debug message.
Diffstat (limited to 'lisp/ido.el')
-rw-r--r--lisp/ido.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index f7a1f96276e..56cf8be3ece 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -3619,8 +3619,6 @@ For details of keybindings, do `\\[describe-function] ido-find-file'."
(defun ido-read-file-name (prompt &optional dir default-filename mustmatch initial predicate)
"Read file name, prompting with PROMPT and completing in directory DIR.
See `read-file-name' for additional parameters."
- (message "%S %S %S %S" this-command ido-read-file-name-non-ido
- predicate (memq this-command ido-read-file-name-non-ido))
(cond
((or (eq predicate 'file-directory-p)
(memq this-command ido-read-file-name-as-directory-commands))