summaryrefslogtreecommitdiff
path: root/src/keymap.h
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2002-02-23 22:01:16 +0000
committerKim F. Storm <storm@cua.dk>2002-02-23 22:01:16 +0000
commita8a28e1a87e56a2c6dad9915109d5f9c1037875a (patch)
treec1fd33151b16a493b905ea27fec5f0a2c5fd794f /src/keymap.h
parent2e69d449f236429b6346c43c6764fa73a71926d6 (diff)
downloademacs-a8a28e1a87e56a2c6dad9915109d5f9c1037875a.tar.gz
(Fremap_command): Declare extern.
(is_command_symbol): Remove extern.
Diffstat (limited to 'src/keymap.h')
-rw-r--r--src/keymap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.h b/src/keymap.h
index 00d1c0387b9..4e672eeaa65 100644
--- a/src/keymap.h
+++ b/src/keymap.h
@@ -28,11 +28,11 @@ EXFUN (Fmake_sparse_keymap, 1);
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));