From 93ec302e30962859580451fb2e9e7f1471d7e497 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 16 Dec 2002 12:05:37 +0000 Subject: [PATCH] (ido-read-file-name): Removed debug message. --- lisp/ido.el | 2 -- 1 file changed, 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)) -- 2.39.2