Mercurial > emacs
changeset 76885:fcaf9518268a
(Fcommand_remapping): New optional argument.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 01 Apr 2007 22:02:25 +0000 |
parents | 3f5474e2e862 |
children | da21c991a6d5 |
files | src/keymap.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keymap.h Sun Apr 01 22:02:17 2007 +0000 +++ b/src/keymap.h Sun Apr 01 22:02:25 2007 +0000 @@ -29,7 +29,7 @@ EXFUN (Fkeymap_prompt, 1); EXFUN (Fdefine_key, 3); EXFUN (Flookup_key, 3); -EXFUN (Fcommand_remapping, 2); +EXFUN (Fcommand_remapping, 3); EXFUN (Fkey_binding, 4); EXFUN (Fkey_description, 2); EXFUN (Fsingle_key_description, 2);