diff lisp/ChangeLog @ 100116:f2e50678d85a

(PC-do-completion): Fix leftover bug from Emacs-21 when the prompt was added to the minibuffer.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 02 Dec 2008 07:08:35 +0000
parents bf1d69cb4681
children 4077e9ff754f
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Dec 02 03:40:15 2008 +0000
+++ b/lisp/ChangeLog	Tue Dec 02 07:08:35 2008 +0000
@@ -1,3 +1,8 @@
+2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
+	the prompt was added to the minibuffer.
+
 2008-12-02  Glenn Morris  <rgm@gnu.org>
 
 	* format.el (format-write-file): Rewrite doc yet again.