diff options
Diffstat (limited to 'lisp/term/vt200.el')
-rw-r--r-- | lisp/term/vt200.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/vt200.el b/lisp/term/vt200.el index fc63f06dbda..e77c910ac5b 100644 --- a/lisp/term/vt200.el +++ b/lisp/term/vt200.el @@ -1,3 +1,4 @@ +;; -*- no-byte-compile: t -*- ;; 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) |