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