Mercurial > hg > xemacs-beta
view lisp/term/vt240.el @ 1479:84d95f07cb42
[xemacs-hg @ 2003-05-14 08:47:15 by youngs]
2003-05-14 Steve Youngs <youngs@xemacs.org>
* package-get.el (package-get-require-signed-base-updates): Turn
the PGP verification code back on.
author | youngs |
---|---|
date | Wed, 14 May 2003 08:47:15 +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])