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/internal.el | |
parent | c9cf2e67e84e9734dc42e558795b1e4910523908 (diff) | |
download | emacs-0a10297a064822f10484f3c08d03f18b3fd5a3e4.tar.gz |
Add "no-byte-compile: t" in first line.
Diffstat (limited to 'lisp/term/internal.el')
-rw-r--r-- | lisp/term/internal.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/internal.el b/lisp/term/internal.el index 1aa3c5b181b..a62f8647b87 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.el @@ -1,4 +1,4 @@ -;;; internal.el --- support for PC internal terminal -*- coding: raw-text; -*- +;;; internal.el --- support for PC internal terminal -*- coding: raw-text; no-byte-compile: t -*- ;; Copyright (C) 1993, 1994, 1998, 1999, 2001 Free Software Foundation, Inc. |