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
533f258f
Commit
533f258f
authored
Sep 10, 2013
by
Stefan Monnier
Browse files
* src/keyboard.c (read_char): Don't break immediate_echo.
Fixes: debbugs:15332
parent
34675540
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
src/ChangeLog
src/ChangeLog
+4
-0
src/keyboard.c
src/keyboard.c
+1
-3
No files found.
src/ChangeLog
View file @
533f258f
2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
* keyboard.c (read_char): Don't break immediate_echo (bug#15332).
2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
* eval.c (Feval): Document the new use of `lexical'.
* eval.c (Feval): Document the new use of `lexical'.
...
...
src/keyboard.c
View file @
533f258f
...
@@ -2596,9 +2596,7 @@ read_char (int commandflag, Lisp_Object map,
...
@@ -2596,9 +2596,7 @@ read_char (int commandflag, Lisp_Object map,
if (/* There currently is something in the echo area. */
if (/* There currently is something in the echo area. */
!NILP (echo_area_buffer[0])
!NILP (echo_area_buffer[0])
&& (/* And it's either not from echoing. */
&& (/* It's an echo from a different kboard. */
!EQ (echo_area_buffer[0], echo_message_buffer)
/* Or it's an echo from a different kboard. */
|| echo_kboard != current_kboard
|| echo_kboard != current_kboard
/* Or we explicitly allow overwriting whatever there is. */
/* Or we explicitly allow overwriting whatever there is. */
|| ok_to_echo_at_next_pause == NULL))
|| ok_to_echo_at_next_pause == NULL))
...
...
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