(defgroup reftex): Update home page url-link.
[bpt/emacs.git] / lisp / term / vt400.el
1 ;; -*- no-byte-compile: t -*-
2 (defun terminal-init-vt400 ()
3 "Terminal initialization function for vt400."
4 (load "term/vt100" nil t)
5 ;; Make F11 an escape key.
6 (define-key function-key-map "\e[23~" [?\e]))
7
8 ;;; arch-tag: a70809c5-6b21-42cc-ba20-536683e5e7d5
9 ;;; vt400.el ends here