Mercurial > emacs
view lisp/term/vt201.el @ 27721:c2a9f4621f9a
(decode_mode_spec_coding): Delete superfluous code.
Allocate sufficient memory for eol_str in the case that eoltype is
Lisp_Int.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 17 Feb 2000 08:16:19 +0000 |
parents | 8ba66a564213 |
children | 67b464da13ec |
line wrap: on
line source
;; For our purposes we can treat the vt200 and vt100 almost alike. ;; Most differences are handled by the termcap entry. (load "term/vt100" nil t) ;; Make F11 an escape key. (define-key function-key-map "\e[23~" [?\e])