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
e43d17d3
Commit
e43d17d3
authored
Aug 10, 1998
by
Richard M. Stallman
Browse files
(read_char): Don't decrement this_command_key_count when saving it.
parent
abdd7298
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/keyboard.c
src/keyboard.c
+1
-1
No files found.
src/keyboard.c
View file @
e43d17d3
...
...
@@ -2363,7 +2363,7 @@ read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu)
&& (unsigned) XINT (c) < 127)
{
Lisp_Object keys;
int key_count = this_command_key_count
- 1
;
int key_count = this_command_key_count;
int saved = current_kboard->immediate_echo;
struct gcpro gcpro1;
...
...
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