Show
Ignore:
Timestamp:
2006年09月30日 09時12分06秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

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
  • trunk/lisp/ido.el

    r4166 r4169  
    22252225        (ido-context-switch-command switch-cmd) 
    22262226        ido-directory-nonreadable ido-directory-too-big 
    2227         (minibuffer-completing-file-name t) 
    22282227        filename) 
    22292228 
     
    22692268      (unless filename 
    22702269        (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)))) 
    22742274 
    22752275      ;; Choose the file name: either the text typed in, or the head