1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00
emacs/lisp/term/vt420.el

9 lines
204 B
EmacsLisp
Raw Normal View History

;; -*- no-byte-compile: t -*-
1999-09-30 18:06:17 +00:00
(load "term/vt100" nil t)
;; Make F11 an escape key.
(define-key function-key-map "\e[23~" [?\e])
2003-09-01 15:45:59 +00:00
;;; arch-tag: df2f897c-3a12-4b3c-9259-df089f96c160
;;; vt420.el ends here