comparison lisp/ChangeLog @ 105597:117859152fa5

(completion-pcm--merge-completions): Make sure the string we return is all made up of text from the completions rather than part from the completions and part from the input (bug#4219).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 14 Oct 2009 15:10:09 +0000
parents 88a9e2cad33e
children 8ada01fa272a
comparison
equal deleted inserted replaced
105596:88a9e2cad33e 105597:117859152fa5
1 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca> 1 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * minibuffer.el (completion-pcm--merge-completions): Make sure the
4 string we return is all made up of text from the completions rather
5 than part from the completions and part from the input (bug#4219).
2 6
3 * ido.el (ido-everywhere): Use define-minor-mode. 7 * ido.el (ido-everywhere): Use define-minor-mode.
4 8
5 * buff-menu.el (list-buffers, ctl-x-map): 9 * buff-menu.el (list-buffers, ctl-x-map):
6 Mark the entry points with ;;;###autoload cookies. 10 Mark the entry points with ;;;###autoload cookies.