comparison lisp/ChangeLog @ 94486:ca90422b8114

(completion--do-completion): Move point even if the completion makes no change. (completion-pcm-try-completion): Fix computation of new point.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 30 Apr 2008 03:41:39 +0000
parents a01f79200343
children d3100c0eddb7
comparison
equal deleted inserted replaced
94485:a01f79200343 94486:ca90422b8114
1 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * minibuffer.el (completion--do-completion): Move point even if the
4 completion makes no change.
5 (completion-pcm-try-completion): Fix computation of new point.
6
1 2008-04-30 David Hansen <david.hansen@gmx.net> 7 2008-04-30 David Hansen <david.hansen@gmx.net>
2 8
3 * dired.el: Require 'cl. 9 * dired.el: Require 'cl.
4 10
5 2008-04-30 Nick Roberts <nickrob@snap.net.nz> 11 2008-04-30 Nick Roberts <nickrob@snap.net.nz>