Mercurial > emacs
diff lisp/ChangeLog @ 100196:da8a0a35765c
(apropos-print-doc): Fix thinko that caused long labels to
be used in compact layout and vice-versa.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 03 Dec 2008 21:57:10 +0000 |
parents | caf4353286ff |
children | 4e81f7c8bb2c |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Dec 03 16:36:59 2008 +0000 +++ b/lisp/ChangeLog Wed Dec 03 21:57:10 2008 +0000 @@ -1,3 +1,8 @@ +2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca> + + * apropos.el (apropos-print-doc): Fix thinko that caused long labels to + be used in compact layout and vice-versa. + 2008-12-03 Juanma Barranquero <lekktu@gmail.com> * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',