Mercurial > emacs
diff src/keymap.h @ 49757:9fe119b14379
Renamed remap-command to command-remapping. All uses changed.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Wed, 12 Feb 2003 23:13:43 +0000 |
| parents | 3c0d7fbc071a |
| children | 5b0873c0b734 d7ddb3e565de |
line wrap: on
line diff
--- a/src/keymap.h Wed Feb 12 21:52:37 2003 +0000 +++ b/src/keymap.h Wed Feb 12 23:13:43 2003 +0000 @@ -28,7 +28,7 @@ EXFUN (Fkeymap_prompt, 1); EXFUN (Fdefine_key, 3); EXFUN (Flookup_key, 3); -EXFUN (Fremap_command, 1); +EXFUN (Fcommand_remapping, 1); EXFUN (Fkey_binding, 3); EXFUN (Fkey_description, 1); EXFUN (Fsingle_key_description, 2);
