Changeset 4169 for trunk/lisp/ido.el
- Timestamp:
- 2006年09月30日 09時12分06秒 (2 years ago)
- Files:
-
- trunk/lisp (modified) (1 prop)
- trunk/lisp/ido.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp
- Property svn:ignore changed from
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
to
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
pre-mh-loaddefs.el-CMD
- Property svn:ignore changed from
trunk/lisp/ido.el
r4166 r4169 2225 2225 (ido-context-switch-command switch-cmd) 2226 2226 ido-directory-nonreadable ido-directory-too-big 2227 (minibuffer-completing-file-name t)2228 2227 filename) 2229 2228 … … 2269 2268 (unless filename 2270 2269 (setq ido-saved-vc-hb vc-handled-backends) 2271 (setq filename (ido-read-internal item 2272 (or prompt "Find file: ") 2273 'ido-file-history nil nil initial))) 2270 (let ((minibuffer-completing-file-name t)) 2271 (setq filename (ido-read-internal item 2272 (or prompt "Find file: ") 2273 'ido-file-history nil nil initial)))) 2274 2274 2275 2275 ;; Choose the file name: either the text typed in, or the head
