Mercurial > emacs
view lisp/term/vt420.el @ 88366:97f11940f06a
Include "character.h" instead of "charset.h".
(CHAR_WIDTH): Moved to character.h.
(HASH_KEY, HASH_VALUE): Deleted.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 01 Mar 2002 01:18:09 +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]) ;;; vt420.el ends here