diff options
author | Kim F. Storm <storm@cua.dk> | 2006-02-11 20:30:37 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2006-02-11 20:30:37 +0000 |
commit | ed0965431aa82b63558033ecff13ce36e9a34ce0 (patch) | |
tree | 3578ad9045fd3194dc0ace9e6f8d4a5a45ca9982 /lisp | |
parent | 69d271a791599dfd66dcdc1078618f5cd61e3ef8 (diff) | |
download | emacs-ed0965431aa82b63558033ecff13ce36e9a34ce0.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fe9fd65a1c9..4730ba96157 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2006-02-11 Kim F. Storm <storm@cua.dk> + + * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer. + Don't use insert-buffer; do insert-buffer-substring directly. + (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1. + 2006-02-11 Martin Rudalics <rudalics@gmx.at> * files.el (revert-buffer, recover-file): Replace buffer-read-only |