From: Chong Yidong Date: Sun, 1 Apr 2007 15:42:39 +0000 (+0000) Subject: * keymap.c (where_is_internal): Scan provided keymaps for command X-Git-Tag: emacs-pretest-22.0.97~64 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50fcc3999b8d3c696cf53a1e459963fbe87addf7;p=emacs.git * keymap.c (where_is_internal): Scan provided keymaps for command remappings rather than calling Fcommand_remapping. --- diff --git a/src/ChangeLog b/src/ChangeLog index 0ced88eb332..879610b932d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-04-01 Chong Yidong + + * keymap.c (where_is_internal): Scan provided keymaps for command + remappings rather than calling Fcommand_remapping. + 2007-03-31 Eli Zaretskii * window.c (Fget_lru_window): Doc fix.