diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-04-01 15:42:39 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-04-01 15:42:39 +0000 |
commit | 50fcc3999b8d3c696cf53a1e459963fbe87addf7 (patch) | |
tree | 0d5201d6cc12795202e1da1a40272bf2cc197e20 /src | |
parent | 8c33dc1375ce0ea35cfa70fe43f9709d6494bab2 (diff) | |
download | emacs-50fcc3999b8d3c696cf53a1e459963fbe87addf7.tar.gz |
* keymap.c (where_is_internal): Scan provided keymaps for command
remappings rather than calling Fcommand_remapping.
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 <cyd@stupidchicken.com> + + * keymap.c (where_is_internal): Scan provided keymaps for command + remappings rather than calling Fcommand_remapping. + 2007-03-31 Eli Zaretskii <eliz@gnu.org> * window.c (Fget_lru_window): Doc fix. |