emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ido.el


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/ido.el
Date: Mon, 16 Dec 2002 07:05:38 -0500

Index: emacs/lisp/ido.el
diff -c emacs/lisp/ido.el:1.17 emacs/lisp/ido.el:1.18
*** emacs/lisp/ido.el:1.17      Wed Nov 27 18:13:12 2002
--- emacs/lisp/ido.el   Mon Dec 16 07:05:37 2002
***************
*** 3619,3626 ****
  (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))
--- 3619,3624 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]