changeset 39920:61964d31a7a2

(Fcommand_execute): Remove unnecessary prototype (it is already prototyped in included lisp.h).
author Pavel Janík <Pavel@Janik.cz>
date Sun, 14 Oct 2001 16:01:10 +0000
parents a17220779763
children 39e32efe460d
files src/keyboard.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Sun Oct 14 15:59:20 2001 +0000
+++ b/src/keyboard.c	Sun Oct 14 16:01:10 2001 +0000
@@ -1301,7 +1301,6 @@
 /* This is the actual command reading loop,
    sans error-handling encapsulation.  */
 
-EXFUN (Fcommand_execute, 4);
 static int read_key_sequence P_ ((Lisp_Object *, int, Lisp_Object,
 				  int, int, int));
 void safe_run_hooks P_ ((Lisp_Object));