1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
emacs/lisp/term/vt400.el
2002-10-01 17:06:54 +00:00

8 lines
153 B
EmacsLisp

;; -*- no-byte-compile: t -*-
(load "term/vt100" nil t)
;; Make F11 an escape key.
(define-key function-key-map "\e[23~" [?\e])
;;; vt400.el ends here