Fix keyboard macro key lookup (Bug#5481).
authorChong Yidong <cyd@stupidchicken.com>
Wed, 3 Mar 2010 17:31:50 +0000 (12:31 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 3 Mar 2010 17:31:50 +0000 (12:31 -0500)
commit233f0c9f8786570011d784056a65c5195fb6020f
tree295551fb4aefca6fd750f2868b62d39ef5dfc885
parent93cafb328b429b5cce5a99ce7684b2ca63c3bd7f
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).
lisp/ChangeLog
lisp/macros.el
src/ChangeLog
src/keymap.c