summaryrefslogtreecommitdiff
path: root/lisp/term/vt102.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-10-01 17:06:54 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-10-01 17:06:54 +0000
commit0a10297a064822f10484f3c08d03f18b3fd5a3e4 (patch)
tree041f2f2e0192833acc880146df4150836fd2fb95 /lisp/term/vt102.el
parentc9cf2e67e84e9734dc42e558795b1e4910523908 (diff)
downloademacs-0a10297a064822f10484f3c08d03f18b3fd5a3e4.tar.gz
Add "no-byte-compile: t" in first line.
Diffstat (limited to 'lisp/term/vt102.el')
-rw-r--r--lisp/term/vt102.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/vt102.el b/lisp/term/vt102.el
index 6971e3a21c8..4a2462aa81e 100644
--- a/lisp/term/vt102.el
+++ b/lisp/term/vt102.el
@@ -1,3 +1,5 @@
+;; -*- no-byte-compile: t -*-
+
(load "term/vt100" nil t)
;;; vt102.el ends here