1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
emacs/lisp/term/vt300.el

8 lines
153 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])
;;; vt300.el ends here