Mercurial > emacs
changeset 36701:5f1861d1affa
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 09 Mar 2001 16:24:53 +0000 |
parents | 00977877718a |
children | e6d6ef7e0aef |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Mar 09 16:24:10 2001 +0000 +++ b/lisp/ChangeLog Fri Mar 09 16:24:53 2001 +0000 @@ -1,5 +1,9 @@ 2001-03-09 Gerd Moellmann <gerd@gnu.org> + * help.el (string-key-binding): Renamed from + mode-line-key-binding. Handle any event on a string. Check for + `keymap' properties as well as `local-map' properties. + * comint.el (comint-insert-clicked-input): Use the last key from this-command-keys to lookup the global key definition.