diff options
| author | Stefan Monnier | 2013-07-05 20:10:54 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-07-05 20:10:54 -0400 |
| commit | 321e1a9c4283e1fd1db5a6b7c75325d5ed7b97e1 (patch) | |
| tree | f23cdf59050c82213c11180669602285c0afe90f /src | |
| parent | 47ba6d4383a3f5a590ccee6c456b41e721a2274c (diff) | |
| download | emacs-321e1a9c4283e1fd1db5a6b7c75325d5ed7b97e1.tar.gz emacs-321e1a9c4283e1fd1db5a6b7c75325d5ed7b97e1.zip | |
* lisp/subr.el (read-quoted-char): Use read-key.
(sit-for): Let read-event decode tty input.
Fixes: debbugs:14782
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 7cb4c4b91e3..e6094a939b9 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -2286,7 +2286,6 @@ read_event_from_main_queue (EMACS_TIME *end_time, | |||
| 2286 | XSETINT (c, XINT (c) | (extra_keyboard_modifiers & ~0xff7f & ~CHAR_CTL)); | 2286 | XSETINT (c, XINT (c) | (extra_keyboard_modifiers & ~0xff7f & ~CHAR_CTL)); |
| 2287 | } | 2287 | } |
| 2288 | 2288 | ||
| 2289 | /* FIXME: Decode tty keyboard input here. */ | ||
| 2290 | return c; | 2289 | return c; |
| 2291 | } | 2290 | } |
| 2292 | 2291 | ||