/[emacs]/emacs/lisp/ido.el
ViewVC logotype

Diff of /emacs/lisp/ido.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by kfstorm, Wed Nov 27 23:13:12 2002 UTC revision 1.18 by kfstorm, Mon Dec 16 12:05:37 2002 UTC
# Line 3619  For details of keybindings, do `\\[descr Line 3619  For details of keybindings, do `\\[descr
3619  (defun ido-read-file-name (prompt &optional dir default-filename mustmatch initial predicate)  (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.    "Read file name, prompting with PROMPT and completing in directory DIR.
3621  See `read-file-name' for additional parameters."  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))  
3622    (cond    (cond
3623    ((or (eq predicate 'file-directory-p)    ((or (eq predicate 'file-directory-p)
3624         (memq this-command ido-read-file-name-as-directory-commands))         (memq this-command ido-read-file-name-as-directory-commands))

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26