Some fixes to follow coding conventions.
[bpt/emacs.git] / lisp / term / vt320.el
CommitLineData
8cc3881f
DL
1(load "term/vt100" nil t)
2
3;; Make F11 an escape key.
4(define-key function-key-map "\e[23~" [?\e])
60370d40
PJ
5
6;;; vt320.el ends here