diff options
| author | Stefan Monnier | 2013-03-10 21:17:40 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-03-10 21:17:40 -0400 |
| commit | cbae07d5e07f53472fa972cd31418a4fe851ac31 (patch) | |
| tree | 1d10110dc3408b650aba2e8f311f7e36f4074933 /src/textprop.c | |
| parent | 819e2da92a18d7af03ccd9cf0a2e5b940eb7b54f (diff) | |
| download | emacs-cbae07d5e07f53472fa972cd31418a4fe851ac31.tar.gz emacs-cbae07d5e07f53472fa972cd31418a4fe851ac31.zip | |
* src/keyboard.c: Move keyboard decoding to read_key_sequence.
(decode_keyboard_code): Remove.
(tty_read_avail_input): Don't try to decode input.
(read_decoded_char): New function.
(read_key_sequence): Use it.
Diffstat (limited to 'src/textprop.c')
| -rw-r--r-- | src/textprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textprop.c b/src/textprop.c index 18e893b3ef2..2b454485370 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -60,7 +60,7 @@ Lisp_Object Qinvisible, Qintangible, Qmouse_face; | |||
| 60 | static Lisp_Object Qread_only; | 60 | static Lisp_Object Qread_only; |
| 61 | Lisp_Object Qminibuffer_prompt; | 61 | Lisp_Object Qminibuffer_prompt; |
| 62 | 62 | ||
| 63 | /* Sticky properties */ | 63 | /* Sticky properties. */ |
| 64 | Lisp_Object Qfront_sticky, Qrear_nonsticky; | 64 | Lisp_Object Qfront_sticky, Qrear_nonsticky; |
| 65 | 65 | ||
| 66 | /* If o1 is a cons whose cdr is a cons, return non-zero and set o2 to | 66 | /* If o1 is a cons whose cdr is a cons, return non-zero and set o2 to |