aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2001-10-14 16:03:03 +0000
committerPavel Janík2001-10-14 16:03:03 +0000
commita87414f9936c78e6944e7a1d1b728a5ce4a8bb74 (patch)
treef269f88746b5690806eb596641b6e0b24ad77842 /src
parentd19be8a9e3598e07f3736310e6ffc50e9a9c32da (diff)
downloademacs-a87414f9936c78e6944e7a1d1b728a5ce4a8bb74.tar.gz
emacs-a87414f9936c78e6944e7a1d1b728a5ce4a8bb74.zip
(Fcommand_execute): Remove unnecessary prototype (it is already prototyped
in included lisp.h).
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
-rw-r--r--src/keyboard.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ae9f01609d6..998d817f499 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-10-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12001-10-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 2
3 * keyboard.c (Fcommand_execute): Remove unnecessary prototype (it
4 is already prototyped in included lisp.h).
5
3 * frame.c (Fset_mouse_position): Improve style of comment to 6 * frame.c (Fset_mouse_position): Improve style of comment to
4 follow other comments. 7 follow other comments.
5 (Fset_mouse_pixel_position): Improve style of comment to follow 8 (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,
1301/* This is the actual command reading loop, 1301/* This is the actual command reading loop,
1302 sans error-handling encapsulation. */ 1302 sans error-handling encapsulation. */
1303 1303
1304EXFUN (Fcommand_execute, 4);
1305static int read_key_sequence P_ ((Lisp_Object *, int, Lisp_Object, 1304static int read_key_sequence P_ ((Lisp_Object *, int, Lisp_Object,
1306 int, int, int)); 1305 int, int, int));
1307void safe_run_hooks P_ ((Lisp_Object)); 1306void safe_run_hooks P_ ((Lisp_Object));