Mercurial > emacs
diff lisp/ChangeLog @ 102867:8a809181875d
(completion-list-mode-map): Bind "q" to quit-window,
just like in all other read-only buffers.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Mon, 06 Apr 2009 15:45:00 +0000 |
parents | 23b3b24769af |
children | 49cba8dff218 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Apr 06 14:54:36 2009 +0000 +++ b/lisp/ChangeLog Mon Apr 06 15:45:00 2009 +0000 @@ -1,3 +1,8 @@ +2009-04-06 Sam Steingold <sds@gnu.org> + + * simple.el (completion-list-mode-map): Bind "q" to quit-window, + just like in all other read-only buffers. + 2009-04-05 Chong Yidong <cyd@stupidchicken.com> * simple.el (handle-shift-selection): Clarify docstring.