From a87414f9936c78e6944e7a1d1b728a5ce4a8bb74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sun, 14 Oct 2001 16:03:03 +0000 Subject: [PATCH] (Fcommand_execute): Remove unnecessary prototype (it is already prototyped in included lisp.h). --- src/ChangeLog | 3 +++ src/keyboard.c | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index ae9f01609d6..998d817f499 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-10-14 Pavel Jan,Bm(Bk + * 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 diff --git a/src/keyboard.c b/src/keyboard.c index 0ebee3d3902..414f72b971f 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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)); -- 2.39.2