diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-10-01 17:06:54 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-10-01 17:06:54 +0000 |
commit | 0a10297a064822f10484f3c08d03f18b3fd5a3e4 (patch) | |
tree | 041f2f2e0192833acc880146df4150836fd2fb95 /lisp/term/vt400.el | |
parent | c9cf2e67e84e9734dc42e558795b1e4910523908 (diff) | |
download | emacs-0a10297a064822f10484f3c08d03f18b3fd5a3e4.tar.gz emacs-0a10297a064822f10484f3c08d03f18b3fd5a3e4.tar.bz2 emacs-0a10297a064822f10484f3c08d03f18b3fd5a3e4.zip |
Add "no-byte-compile: t" in first line.
Diffstat (limited to 'lisp/term/vt400.el')
-rw-r--r-- | lisp/term/vt400.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/vt400.el b/lisp/term/vt400.el index 049944ea683..7034d6d55e8 100644 --- a/lisp/term/vt400.el +++ b/lisp/term/vt400.el @@ -1,3 +1,4 @@ +;; -*- no-byte-compile: t -*- (load "term/vt100" nil t) ;; Make F11 an escape key. |