Mercurial > emacs
diff lisp/ChangeLog @ 54909:2a24736eb420
(completion-setup-function): Set an initial value to `element-common-end' before entering loop. Set a value to `element-common-end' at the end of loop. The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Fri, 16 Apr 2004 08:45:40 +0000 |
parents | 9839a506e9b8 |
children | 2ac3325ab7ec |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Apr 16 00:22:38 2004 +0000 +++ b/lisp/ChangeLog Fri Apr 16 08:45:40 2004 +0000 @@ -1,3 +1,11 @@ +2004-04-16 Masatake YAMATO <jet@gyve.org> + + * simple.el (completion-setup-function): Set an initial value + to `element-common-end' before entering loop. Set a value + to `element-common-end' at the end of loop. + The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel + list. + 2004-04-16 Juanma Barranquero <lektu@terra.es> * bookmark.el (bookmark-send-edited-annotation): Fix docstring.