Mercurial > emacs
diff lisp/ChangeLog @ 107332:e09a216f2aab
Fix keyboard macro key lookup (Bug#5481).
* src/keymap.c (Fwhere_is_internal): Use Fequal to compare
definitions, so that keyboard macros are correctly handled
(Bug#5481).
* lisp/macros.el (insert-kbd-macro): Look up keyboard macro
using the definition, not the name (Bug#5481).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 03 Mar 2010 12:31:50 -0500 |
parents | 6797d961af8b |
children | df618c2d11bb |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Mar 03 11:14:16 2010 -0500 +++ b/lisp/ChangeLog Wed Mar 03 12:31:50 2010 -0500 @@ -1,3 +1,8 @@ +2010-03-03 Chong Yidong <cyd@stupidchicken.com> + + * macros.el (insert-kbd-macro): Look up keyboard macro using the + definition, not the name (Bug#5481). + 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change) * subr.el (momentary-string-display): Don't overwrite the MESSAGE