Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
60abb287
Commit
60abb287
authored
Jan 12, 2010
by
Jan Djärv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
keyboard.c (read_char): Return after executing from special map.
parent
893db5bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/keyboard.c
src/keyboard.c
+4
-1
No files found.
src/ChangeLog
View file @
60abb287
2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
* keyboard.c (read_char): Return after executing from special map.
2010-01-12 Glenn Morris <rgm@gnu.org>
2010-01-12 Glenn Morris <rgm@gnu.org>
* emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
* emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
...
...
src/keyboard.c
View file @
60abb287
...
@@ -3178,7 +3178,10 @@ read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu, end_time)
...
@@ -3178,7 +3178,10 @@ read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu, end_time)
unbind_to (count, Qnil);
unbind_to (count, Qnil);
#endif
#endif
goto retry;
/* The command may have changed the keymaps. Pretend there is input
in another keyboard and return. This will recalculate keymaps. */
c = make_number (-2);
goto exit;
}
}
/* Handle things that only apply to characters. */
/* Handle things that only apply to characters. */
...
...
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