From: Kim F. Storm Date: Mon, 16 Dec 2002 12:05:37 +0000 (+0000) Subject: (ido-read-file-name): Removed debug message. X-Git-Tag: ttn-vms-21-2-B4~11994 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=93ec302e30962859580451fb2e9e7f1471d7e497;p=emacs.git (ido-read-file-name): Removed debug message. --- 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))