1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
emacs/lisp/term/vt320.el
Dave Love 8cc3881faf #
1999-09-30 18:06:17 +00:00

5 lines
99 B
EmacsLisp

(load "term/vt100" nil t)
;; Make F11 an escape key.
(define-key function-key-map "\e[23~" [?\e])