Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4675:9a1a59b4b75d
Correct an ancient typo workaround, thank you Julian Bradfield!
lisp/ChangeLog addition:
2009-08-14 Aidan Kehoe <kehoea@parhasard.net>
* minibuf.el (read-from-minibuffer):
Use buffer (format " *Minibuf-%d*" (minibuffer-depth)), regardless
of depth.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 14 Aug 2009 19:14:51 +0100 |
parents | e95ddfd6a409 |
children | e3feb329bda9 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Aug 03 10:30:47 2009 +0200 +++ b/lisp/ChangeLog Fri Aug 14 19:14:51 2009 +0100 @@ -1,3 +1,9 @@ +2009-08-14 Aidan Kehoe <kehoea@parhasard.net> + + * minibuf.el (read-from-minibuffer): + Use buffer (format " *Minibuf-%d*" (minibuffer-depth)), regardless + of depth. + 2009-08-10 Aidan Kehoe <kehoea@parhasard.net> * help.el (function-arglist, function-documentation):