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
89f93679
Commit
89f93679
authored
Dec 28, 2000
by
Gerd Moellmann
Browse files
(push_key_description): Add prototype.
parent
f1cb0a25
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
src/ChangeLog
src/ChangeLog
+12
-0
src/lisp.h
src/lisp.h
+1
-0
No files found.
src/ChangeLog
View file @
89f93679
2000-12-28 Gerd Moellmann <gerd@gnu.org>
* keyboard.c (echo_char): If C is an integer, always call
push_key_description. Former code could signal an invalid
character error.
* keymap.c (push_key_description): Add parameter FORCE_MULTIBYTE.
If set, print multibyte text.
(Fsingle_key_description): Call push_key_description with
FORCE_MULTIBYTE set.
(describe_buffer_bindings): Likewise.
* lisp.h (push_key_description): Add prototype.
* xdisp.c (echo_area_display): Bind redisplay-dont-pause to t
around the call to redisplay_internal.
...
...
src/lisp.h
View file @
89f93679
...
...
@@ -2585,6 +2585,7 @@ extern void record_auto_save P_ ((void));
extern
void
init_keyboard
P_
((
void
));
extern
void
syms_of_keyboard
P_
((
void
));
extern
void
keys_of_keyboard
P_
((
void
));
extern
char
*
push_key_description
P_
((
unsigned
int
,
char
*
,
int
));
/* defined in keymap.c */
...
...
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