view lisp/term/vt400.el @ 88686:695cafe7a3bf

(japanese-iso-7bit-1978-irv): Add `designation' to :flags, `ascii' to :charset-list.
author Kenichi Handa <handa@m17n.org>
date Thu, 30 May 2002 11:07:27 +0000
parents 67b464da13ec
children 33d53d287ee4
line wrap: on
line source

(load "term/vt100" nil t)

;; Make F11 an escape key.
(define-key function-key-map "\e[23~" [?\e])

;;; vt400.el ends here