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