Sync to HEAD
[bpt/emacs.git] / lisp / term / vt320.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
6b61353c 7;;; arch-tag: f9f4c954-0b9e-45f9-b450-a320d32abd9c
60370d40 8;;; vt320.el ends here