* etc/publicsuffix.txt: Update from source.
[bpt/emacs.git] / lisp / term / vt400.el
CommitLineData
4f0c9ba7 1(defun terminal-init-vt400 ()
fbf34973 2 "Terminal initialization function for vt400."
8cbd7bed 3 (tty-run-terminal-initialization (selected-frame) "vt100")
4f0c9ba7 4 ;; Make F11 an escape key.
4cbe2739
SM
5 (define-key input-decode-map "\e[23~" [f11]) ;Probably redundant.
6 (define-key local-function-key-map [f11] [?\e]))
60370d40
PJ
7
8;;; vt400.el ends here