diff options
| author | Kim F. Storm | 2002-12-16 12:05:37 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-12-16 12:05:37 +0000 |
| commit | 93ec302e30962859580451fb2e9e7f1471d7e497 (patch) | |
| tree | d2cb444257254c2adadc1486a50833ba273acac5 | |
| parent | 3bd794f6c1d40a91eaa1c070c620c7dcc052f56e (diff) | |
| download | emacs-93ec302e30962859580451fb2e9e7f1471d7e497.tar.gz emacs-93ec302e30962859580451fb2e9e7f1471d7e497.zip | |
(ido-read-file-name): Removed debug message.
| -rw-r--r-- | lisp/ido.el | 2 |
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'." | |||
| 3619 | (defun ido-read-file-name (prompt &optional dir default-filename mustmatch initial predicate) | 3619 | (defun ido-read-file-name (prompt &optional dir default-filename mustmatch initial predicate) |
| 3620 | "Read file name, prompting with PROMPT and completing in directory DIR. | 3620 | "Read file name, prompting with PROMPT and completing in directory DIR. |
| 3621 | See `read-file-name' for additional parameters." | 3621 | See `read-file-name' for additional parameters." |
| 3622 | (message "%S %S %S %S" this-command ido-read-file-name-non-ido | ||
| 3623 | predicate (memq this-command ido-read-file-name-non-ido)) | ||
| 3624 | (cond | 3622 | (cond |
| 3625 | ((or (eq predicate 'file-directory-p) | 3623 | ((or (eq predicate 'file-directory-p) |
| 3626 | (memq this-command ido-read-file-name-as-directory-commands)) | 3624 | (memq this-command ido-read-file-name-as-directory-commands)) |