aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term/vt420.el
blob: 71c13490feb0399c04702402bde8c9bd98104d1b (plain)
1
2
3
4
5
6
(load "term/vt100" nil t)

;; Make F11 an escape key.
(define-key function-key-map "\e[23~" [?\e])

;;; vt420.el ends here