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