Mercurial > emacs
diff lisp/ChangeLog @ 106377:10ceddf3698e
(try-expand-dabbrev-visible): Preserve point in the
buffers visited. Remove redundant current-buffer-saving.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 03 Dec 2009 01:33:56 +0000 |
parents | 642af15d3e89 |
children | f7a46a812653 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Dec 02 18:31:26 2009 +0000 +++ b/lisp/ChangeLog Thu Dec 03 01:33:56 2009 +0000 @@ -1,3 +1,8 @@ +2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca> + + * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the + buffers visited. Remove redundant current-buffer-saving. + 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca> Use completion-in-buffer and remove uses of dynamic scoping.