diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Oct 14 14:53:36 2009 +0000
+++ b/lisp/ChangeLog	Wed Oct 14 15:10:09 2009 +0000
@@ -1,5 +1,9 @@
 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* minibuffer.el (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).
+
 	* ido.el (ido-everywhere): Use define-minor-mode.
 
 	* buff-menu.el (list-buffers, ctl-x-map):