diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-10-01 20:25:27 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-10-01 20:25:27 -0400 |
commit | 51553db66b4eb8bc7a0d1a1c3206e097e0cc94fa (patch) | |
tree | bd3013fb6aedcd932b223990d6764e13531e0ec9 /lisp/ChangeLog | |
parent | 487ffd7a8cb70b7f6fd1cf60b5d8c09ac7d1e0d7 (diff) | |
download | emacs-51553db66b4eb8bc7a0d1a1c3206e097e0cc94fa.tar.gz |
* src/minibuf.c (Finternal_complete_buffer): Only show internal buffers if
they've been requested explicitly.
Fixes: debbugs:9591
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3b177ac07bf..4fcca274b06 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -582,7 +582,7 @@ * help.el (describe-key-briefly): Copy previous standard-output change. -2011-09-13 PJ Weisberg <pj@irregularexpressions.net> (tiny change) +2011-09-13 PJ Weisberg <pj@irregularexpressions.net> * help.el (where-is): Respect non-standard standard-output. (Bug#9030) |