Mercurial > emacs
diff src/coding.c @ 83409:be1f74bffc1d
Fix "first non-ASCII character on new tty frames" problem.
* src/keyboard.c (kbd_buffer_store_event_hold): Simplify condition.
(read_key_sequence): Reinitialize fkey and keytran at each replay.
* src/coding.c (Fkeyboard_coding_system): Update doc.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-449
| author | Karoly Lorentey <lorentey@elte.hu> |
|---|---|
| date | Mon, 12 Dec 2005 02:37:01 +0000 |
| parents | d84f940244dc |
| children | 14a4eb789b45 |
line wrap: on
line diff
--- a/src/coding.c Sun Dec 11 22:42:40 2005 +0000 +++ b/src/coding.c Mon Dec 12 02:37:01 2005 +0000 @@ -7411,7 +7411,9 @@ DEFUN ("keyboard-coding-system", Fkeyboard_coding_system, Skeyboard_coding_system, 0, 1, 0, - doc: /* Return coding system specified for decoding keyboard input. */) + doc: /* Return coding system for decoding keyboard input on DEVICE. +DEVICE may be a display device id, a frame, or nil for the selected +frame's display device. */) (device) Lisp_Object device; {
