Mercurial > emacs
changeset 43495:3c0d7fbc071a
(Fremap_command): Declare extern.
(is_command_symbol): Remove extern.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 23 Feb 2002 22:01:16 +0000 |
parents | b5b76b498398 |
children | d42084cd7d73 |
files | src/keymap.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keymap.h Sat Feb 23 22:00:37 2002 +0000 +++ b/src/keymap.h Sat Feb 23 22:01:16 2002 +0000 @@ -28,11 +28,11 @@ EXFUN (Fkeymap_prompt, 1); EXFUN (Fdefine_key, 3); EXFUN (Flookup_key, 3); +EXFUN (Fremap_command, 1); EXFUN (Fkey_binding, 3); EXFUN (Fkey_description, 1); EXFUN (Fsingle_key_description, 2); EXFUN (Fwhere_is_internal, 5); -extern int is_command_symbol P_ ((Lisp_Object)); extern Lisp_Object access_keymap P_ ((Lisp_Object, Lisp_Object, int, int, int)); extern Lisp_Object get_keyelt P_ ((Lisp_Object, int)); extern Lisp_Object get_keymap P_ ((Lisp_Object, int, int));