/[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.59 by kfstorm, Mon Jun 6 12:48:02 2005 UTC revision 1.60 by kfstorm, Wed Jun 8 12:00:46 2005 UTC
# Line 4193  See `read-file-name' for additional para Line 4193  See `read-file-name' for additional para
4193            (eq (get this-command 'ido) 'dir)            (eq (get this-command 'ido) 'dir)
4194            (memq this-command ido-read-file-name-as-directory-commands))            (memq this-command ido-read-file-name-as-directory-commands))
4195        (setq filename        (setq filename
4196              (ido-read-directory-name prompt dir default-filename mustmatch initial)))              (ido-read-directory-name prompt dir default-filename mustmatch initial))
4197          (if (eq ido-exit 'fallback)
4198              (setq filename 'fallback)))
4199       ((and (not (eq (get this-command 'ido) 'ignore))       ((and (not (eq (get this-command 'ido) 'ignore))
4200             (not (memq this-command ido-read-file-name-non-ido))             (not (memq this-command ido-read-file-name-non-ido))
4201             (or (null predicate) (eq predicate 'file-exists-p)))             (or (null predicate) (eq predicate 'file-exists-p)))

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

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