changeset 48867:1bd259d860a2

(ido-read-file-name): Removed debug message.
author Kim F. Storm <storm@cua.dk>
date Mon, 16 Dec 2002 12:05:37 +0000
parents 22ba01e84cd5
children 3395df62dc04
files lisp/ido.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ido.el	Mon Dec 16 12:05:16 2002 +0000
+++ b/lisp/ido.el	Mon Dec 16 12:05:37 2002 +0000
@@ -3619,8 +3619,6 @@
 (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))