# HG changeset patch # User Gerd Moellmann # Date 984155093 0 # Node ID 5f1861d1affa629fde41a095a96d7e47e948cac3 # Parent 00977877718a5f6ff31f3e9177b8ae3953dd3b5d *** empty log message *** diff -r 00977877718a -r 5f1861d1affa lisp/ChangeLog --- 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 + * 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.