/[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.44 by kfstorm, Sat Oct 30 22:39:08 2004 UTC revision 1.45 by kfstorm, Tue Nov 23 15:18:16 2004 UTC
# Line 1763  If INITIAL is non-nil, it specifies the Line 1763  If INITIAL is non-nil, it specifies the
1763              (setq ido-set-default-item t))))              (setq ido-set-default-item t))))
1764    
1765         ;; Handling the require-match must be done in a better way.         ;; Handling the require-match must be done in a better way.
1766         ((and require-match (not (ido-existing-item-p)))         ((and require-match
1767                 (not (if ido-directory-too-big
1768                          (file-exists-p (concat ido-current-directory ido-final-text))
1769                        (ido-existing-item-p))))
1770          (error "must specify valid item"))          (error "must specify valid item"))
1771    
1772         (t         (t

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

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