Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a87414f9
Commit
a87414f9
authored
Oct 14, 2001
by
Pavel Janík
Browse files
(Fcommand_execute): Remove unnecessary prototype (it is already prototyped
in included lisp.h).
parent
d19be8a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+3
-0
src/keyboard.c
src/keyboard.c
+0
-1
No files found.
src/ChangeLog
View file @
a87414f9
2001-10-14 Pavel Jan,Bm(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
...
...
src/keyboard.c
View file @
a87414f9
...
...
@@ -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));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment