Mercurial > hg > xemacs-beta
view lisp/term/vt201.el @ 918:bc2d7b06db9f
[xemacs-hg @ 2002-07-13 11:59:22 by adrian]
xemacs-21.5: Fix reference to EFS from man/xemacs/packages.texi
-------------------- ChangeLog entries follow: --------------------
man/ChangeLog addition:
2002-07-13 Adrian Aichner <adrian@xemacs.org>
* xemacs/packages.texi (Installing Packages): Fix reference to
EFS.
author | adrian |
---|---|
date | Sat, 13 Jul 2002 11:59:22 +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])