Mercurial > emacs
view lisp/term/vt102.el @ 83472:b8bd59a73456
Fix tty state problem after error in `set-quit-char'.
* src/keyboard.c (Fset_quit_char): Don't leave tty state uninitialized
after an error.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-512
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Tue, 14 Feb 2006 12:32:39 +0000 |
parents | 532e0a9335a9 |
children | 673d62ad74b5 |
line wrap: on
line source
;; -*- no-byte-compile: t -*- (defun terminal-init-vt102 () "Terminal initialization function for vt102." (terminal-init-vt100)) ;;; arch-tag: 6e839cfc-125a-4574-82f1-c23a51f7c50f ;;; vt102.el ends here