summaryrefslogtreecommitdiff
path: root/lisp/term/vt200.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term/vt200.el')
-rw-r--r--lisp/term/vt200.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/term/vt200.el b/lisp/term/vt200.el
deleted file mode 100644
index 31f64a0f8b2..00000000000
--- a/lisp/term/vt200.el
+++ /dev/null
@@ -1,6 +0,0 @@
-;; 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])