diff options
| author | Pavel Janík | 2001-10-14 16:03:03 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-14 16:03:03 +0000 |
| commit | a87414f9936c78e6944e7a1d1b728a5ce4a8bb74 (patch) | |
| tree | f269f88746b5690806eb596641b6e0b24ad77842 /src | |
| parent | d19be8a9e3598e07f3736310e6ffc50e9a9c32da (diff) | |
| download | emacs-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/ChangeLog | 3 | ||||
| -rw-r--r-- | src/keyboard.c | 1 |
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 @@ | |||
| 1 | 2001-10-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1 | 2001-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 | ||
| 1304 | EXFUN (Fcommand_execute, 4); | ||
| 1305 | static int read_key_sequence P_ ((Lisp_Object *, int, Lisp_Object, | 1304 | static int read_key_sequence P_ ((Lisp_Object *, int, Lisp_Object, |
| 1306 | int, int, int)); | 1305 | int, int, int)); |
| 1307 | void safe_run_hooks P_ ((Lisp_Object)); | 1306 | void safe_run_hooks P_ ((Lisp_Object)); |