From: Juanma Barranquero Date: Thu, 31 Jul 2008 18:08:46 +0000 (+0000) Subject: * keyboard.c (gobble_input): Fix previous change. X-Git-Tag: emacs-pretest-23.0.90~3752 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12063bc56375326264397540e31ff3b151ec24d9;p=emacs.git * keyboard.c (gobble_input): Fix previous change. --- diff --git a/src/ChangeLog b/src/ChangeLog index bb9f3c600a9..911fd4a12c8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-07-31 Juanma Barranquero + + * keyboard.c (gobble_input): Fix previous change. + 2008-07-31 Dan Nicolaescu * bitmaps/README: @@ -60,14 +64,14 @@ 2008-07-30 Jason Rumney - * w32font.h (struct w32font_info): Use unicode version of textmetrics. + * w32font.h (struct w32font_info): Use unicode version of textmetrics. - * w32font.c (w32font_encode_char): Leave as unicode if in range. - (w32font_open_internal): Get unicode version of textmetrics. - Don't enable or disable glyph indices here. - (w32font_open): Disable use of glyph indices. + * w32font.c (w32font_encode_char): Leave as unicode if in range. + (w32font_open_internal): Get unicode version of textmetrics. + Don't enable or disable glyph indices here. + (w32font_open): Disable use of glyph indices. - * w32uniscribe.c (uniscribe_open): Enable use of glyph indices. + * w32uniscribe.c (uniscribe_open): Enable use of glyph indices. 2008-07-30 Chong Yidong @@ -90,14 +94,14 @@ 2008-07-30 Jason Rumney - * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size. + * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size. 2008-07-29 Jason Rumney - * w32uniscribe.c (uniscribe_shape): Avoid using context if cache - is populated. - (uniscribe_encode_char): Always use uniscribe. - Avoid using context if cache is populated. + * w32uniscribe.c (uniscribe_shape): Avoid using context if cache + is populated. + (uniscribe_encode_char): Always use uniscribe. + Avoid using context if cache is populated. 2008-07-29 Jan Djärv diff --git a/src/keyboard.c b/src/keyboard.c index 51e228b37b0..ed95c3fce50 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -6923,8 +6923,8 @@ gobble_input (expected) } else #endif - read_avail_input (expected); #endif + read_avail_input (expected); } /* Put a BUFFER_SWITCH_EVENT in the buffer