Mercurial > emacs
changeset 71274:9c646f1ba2df
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 08 Jun 2006 11:29:14 +0000 |
parents | f8990e674d00 |
children | aa026ce4fcef |
files | lisp/ChangeLog |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jun 07 22:45:27 2006 +0000 +++ b/lisp/ChangeLog Thu Jun 08 11:29:14 2006 +0000 @@ -4,6 +4,8 @@ (ido-init-completion-maps): Bind them to M-SPC and M-v. (ido-copy-current-file-name): Repeating C-w inserts whole file name. (ido-file-internal): Pass full file name to write-file. + (ido-read-internal): Only pop stack elements automatically if they + actually match an existing directory or file name. 2006-06-07 Kenichi Handa <handa@m17n.org>