diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2013-03-10 21:17:40 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2013-03-10 21:17:40 -0400 |
commit | cbae07d5e07f53472fa972cd31418a4fe851ac31 (patch) | |
tree | 1d10110dc3408b650aba2e8f311f7e36f4074933 /src/textprop.c | |
parent | 819e2da92a18d7af03ccd9cf0a2e5b940eb7b54f (diff) | |
download | emacs-cbae07d5e07f53472fa972cd31418a4fe851ac31.tar.gz |
* 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; static Lisp_Object Qread_only; Lisp_Object Qminibuffer_prompt; -/* Sticky properties */ +/* Sticky properties. */ Lisp_Object Qfront_sticky, Qrear_nonsticky; /* If o1 is a cons whose cdr is a cons, return non-zero and set o2 to |