From: Pavel Janík Date: Sun, 14 Oct 2001 16:03:03 +0000 (+0000) Subject: (Fcommand_execute): Remove unnecessary prototype (it is already prototyped X-Git-Tag: ttn-vms-21-2-B4~19449 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a87414f9936c78e6944e7a1d1b728a5ce4a8bb74;p=emacs.git (Fcommand_execute): Remove unnecessary prototype (it is already prototyped in included lisp.h). --- 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));