Mercurial > hg > xemacs-beta
view lisp/term/vt240.el @ 3803:e51807f9eedd
[xemacs-hg @ 2007-01-27 18:28:57 by stephent]
Fix up copying situation in etc/unicode/unicode-consortium. <87mz4471zg.fsf@uwakimon.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sat, 27 Jan 2007 18:29:06 +0000 |
parents | 376386a54a3c |
children |
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])