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: Wed, 08 Jun 2005 08:00:47 -0400

Index: emacs/lisp/ido.el
diff -c emacs/lisp/ido.el:1.59 emacs/lisp/ido.el:1.60
*** emacs/lisp/ido.el:1.59      Mon Jun  6 12:48:02 2005
--- emacs/lisp/ido.el   Wed Jun  8 12:00:46 2005
***************
*** 4193,4199 ****
          (eq (get this-command 'ido) 'dir)
          (memq this-command ido-read-file-name-as-directory-commands))
        (setq filename
!           (ido-read-directory-name prompt dir default-filename mustmatch 
initial)))
       ((and (not (eq (get this-command 'ido) 'ignore))
           (not (memq this-command ido-read-file-name-non-ido))
           (or (null predicate) (eq predicate 'file-exists-p)))
--- 4193,4201 ----
          (eq (get this-command 'ido) 'dir)
          (memq this-command ido-read-file-name-as-directory-commands))
        (setq filename
!           (ido-read-directory-name prompt dir default-filename mustmatch 
initial))
!       (if (eq ido-exit 'fallback)
!         (setq filename 'fallback)))
       ((and (not (eq (get this-command 'ido) 'ignore))
           (not (memq this-command ido-read-file-name-non-ido))
           (or (null predicate) (eq predicate 'file-exists-p)))




reply via email to

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