aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorStefan Monnier2008-01-28 03:48:45 +0000
committerStefan Monnier2008-01-28 03:48:45 +0000
commit0975aa2475b2691bcb646d56cb3be39f01843ef2 (patch)
tree0e002dc7f904406e456ac97194d3bd26b7012f56 /src/keyboard.c
parentf03ea9d918bf696a78ce34b69914f4457a002816 (diff)
downloademacs-0975aa2475b2691bcb646d56cb3be39f01843ef2.tar.gz
emacs-0975aa2475b2691bcb646d56cb3be39f01843ef2.zip
(read_char): Yet another int/Lisp_Object mixup (YAILOM).
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 2187c22bdb7..fb6bec2cad8 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -2704,7 +2704,7 @@ read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu, end_time)
2704 /* if redisplay was requested */ 2704 /* if redisplay was requested */
2705 if (commandflag >= 0) 2705 if (commandflag >= 0)
2706 { 2706 {
2707 int echo_current = echo_message_buffer == echo_area_buffer[0]; 2707 int echo_current = EQ (echo_message_buffer, echo_area_buffer[0]);
2708 2708
2709 /* If there is pending input, process any events which are not 2709 /* If there is pending input, process any events which are not
2710 user-visible, such as X selection_request events. */ 2710 user-visible, such as X selection_request events. */