diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-17 07:31:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-17 07:31:16 +0000 |
commit | 1bf41cb0afa65fd2e39ba07ed5bdb0a08af47dea (patch) | |
tree | 35e4d04b5533bdecefb5119c46910c37bcc109ca /lisp/term/vt201.el | |
parent | 0907bf08cb58b520379e9a7f76fb315d8071f802 (diff) | |
download | emacs-1bf41cb0afa65fd2e39ba07ed5bdb0a08af47dea.tar.gz |
entered into RCS
Diffstat (limited to 'lisp/term/vt201.el')
-rw-r--r-- | lisp/term/vt201.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/term/vt201.el b/lisp/term/vt201.el index ffe8e6bb1a6..c9cb12521dc 100644 --- a/lisp/term/vt201.el +++ b/lisp/term/vt201.el @@ -1 +1,7 @@ +;; 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]) + |