comparison 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
comparison
equal deleted inserted replaced
107331:973da8561c25 107332:e09a216f2aab
1 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2
3 * macros.el (insert-kbd-macro): Look up keyboard macro using the
4 definition, not the name (Bug#5481).
5
1 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change) 6 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2 7
3 * subr.el (momentary-string-display): Don't overwrite the MESSAGE 8 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4 argument with a local variable. (Bug#5670) 9 argument with a local variable. (Bug#5670)
5 10