Add arch taglines
[bpt/emacs.git] / lisp / term / vt400.el
CommitLineData
0a10297a 1;; -*- no-byte-compile: t -*-
8cc3881f
DL
2(load "term/vt100" nil t)
3
4;; Make F11 an escape key.
5(define-key function-key-map "\e[23~" [?\e])
60370d40 6
ab5796a9 7;;; arch-tag: a70809c5-6b21-42cc-ba20-536683e5e7d5
60370d40 8;;; vt400.el ends here