(defgroup reftex): Update home page url-link.
[bpt/emacs.git] / lisp / term / vt300.el
CommitLineData
0a10297a 1;; -*- no-byte-compile: t -*-
4f0c9ba7
DN
2(defun terminal-init-vt300 ()
3 "Terminal initialization function for vt300."
4 (load "term/vt100" nil t)
5 ;; Make F11 an escape key.
6 (define-key function-key-map "\e[23~" [?\e]))
60370d40 7
ab5796a9 8;;; arch-tag: 876831c9-a6f2-444a-b033-706e6fbc149f
60370d40 9;;; vt300.el ends here