XEmacs 21.2-b1
[chise/xemacs-chise.git-] / lisp / term / vt220.el
diff --git a/lisp/term/vt220.el b/lisp/term/vt220.el
new file mode 100644 (file)
index 0000000..c9cb125
--- /dev/null
@@ -0,0 +1,7 @@
+;; For our purposes we can treat the vt200 and vt100 almost alike.
+;; Most differences are handled by the termcap entry.
+(load "term/vt100" nil t)
+
+;; Make F11 an escape key.
+(define-key function-key-map "\e[23~" [?\e])
+