1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-20 20:50:53 -08:00

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
This commit is contained in:
Karoly Lorentey 2005-12-12 02:37:01 +00:00
parent be3d2d66d2
commit d68058039e
3 changed files with 33 additions and 17 deletions

View file

@ -7411,7 +7411,9 @@ DEFUN ("set-keyboard-coding-system-internal", Fset_keyboard_coding_system_intern
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;
{