1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-17 03:10:58 -08:00
emacs/lisp/term/vt400.el
2002-10-01 17:06:54 +00:00

7 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