Mercurial > hg > xemacs-beta
view lisp/term/vt220.el @ 688:c9d38610941f
[xemacs-hg @ 2001-12-05 12:29:17 by michaels]
2001-07-26 Mike Sperber <mike@xemacs.org>
* files.el (auto-mode-alist): .9 files are man pages, too.
author | michaels |
---|---|
date | Wed, 05 Dec 2001 12:29:17 +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])