]> code.delx.au - gnu-emacs/blobdiff - lisp/ido.el
*** empty log message ***
[gnu-emacs] / lisp / ido.el
index f7a1f96276ea67a689b3398c45009601f7c916bb..56cf8be3ece9c60b710118e1d18957c409d527ec 100644 (file)
@@ -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))