(Fcommand_execute): Remove unnecessary prototype (it is already prototyped
authorPavel Janík <Pavel@Janik.cz>
Sun, 14 Oct 2001 16:03:03 +0000 (16:03 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 14 Oct 2001 16:03:03 +0000 (16:03 +0000)
in included lisp.h).

src/ChangeLog
src/keyboard.c

index ae9f016..998d817 100644 (file)
@@ -1,5 +1,8 @@
 2001-10-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * keyboard.c (Fcommand_execute): Remove unnecessary prototype (it
+       is already prototyped in included lisp.h).
+
        * frame.c (Fset_mouse_position): Improve style of comment to
        follow other comments.
        (Fset_mouse_pixel_position): Improve style of comment to follow
index 0ebee3d..414f72b 100644 (file)
@@ -1301,7 +1301,6 @@ DEFUN ("abort-recursive-edit", Fabort_recursive_edit, Sabort_recursive_edit, 0,
 /* 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));