aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorJuanma Barranquero2008-07-31 18:08:46 +0000
committerJuanma Barranquero2008-07-31 18:08:46 +0000
commit12063bc56375326264397540e31ff3b151ec24d9 (patch)
tree506cb186a7f23b7e5136d255ae78ecc8242c4442 /src/keyboard.c
parent83b5be731713a33c75ef78d99e95ece3de98a518 (diff)
downloademacs-12063bc56375326264397540e31ff3b151ec24d9.tar.gz
emacs-12063bc56375326264397540e31ff3b151ec24d9.zip
* keyboard.c (gobble_input): Fix previous change.
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 51e228b37b0..ed95c3fce50 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -6923,8 +6923,8 @@ gobble_input (expected)
6923 } 6923 }
6924 else 6924 else
6925#endif 6925#endif
6926 read_avail_input (expected);
6927#endif 6926#endif
6927 read_avail_input (expected);
6928} 6928}
6929 6929
6930/* Put a BUFFER_SWITCH_EVENT in the buffer 6930/* Put a BUFFER_SWITCH_EVENT in the buffer