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 | |
parent | c9cf2e67e84e9734dc42e558795b1e4910523908 (diff) | |
download | emacs-0a10297a064822f10484f3c08d03f18b3fd5a3e4.tar.gz |
Add "no-byte-compile: t" in first line.
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/AT386.el | 2 | ||||
-rw-r--r-- | lisp/term/apollo.el | 2 | ||||
-rw-r--r-- | lisp/term/bobcat.el | 1 | ||||
-rw-r--r-- | lisp/term/internal.el | 2 | ||||
-rw-r--r-- | lisp/term/iris-ansi.el | 2 | ||||
-rw-r--r-- | lisp/term/keyswap.el | 2 | ||||
-rw-r--r-- | lisp/term/linux.el | 1 | ||||
-rw-r--r-- | lisp/term/lk201.el | 1 | ||||
-rw-r--r-- | lisp/term/news.el | 2 | ||||
-rw-r--r-- | lisp/term/vt102.el | 2 | ||||
-rw-r--r-- | lisp/term/vt125.el | 2 | ||||
-rw-r--r-- | lisp/term/vt200.el | 1 | ||||
-rw-r--r-- | lisp/term/vt201.el | 1 | ||||
-rw-r--r-- | lisp/term/vt220.el | 1 | ||||
-rw-r--r-- | lisp/term/vt240.el | 1 | ||||
-rw-r--r-- | lisp/term/vt300.el | 1 | ||||
-rw-r--r-- | lisp/term/vt320.el | 1 | ||||
-rw-r--r-- | lisp/term/vt400.el | 1 | ||||
-rw-r--r-- | lisp/term/vt420.el | 1 | ||||
-rw-r--r-- | lisp/term/wyse50.el | 2 |
20 files changed, 23 insertions, 6 deletions
diff --git a/lisp/term/AT386.el b/lisp/term/AT386.el index eae65d2fbd0..18855809457 100644 --- a/lisp/term/AT386.el +++ b/lisp/term/AT386.el @@ -1,4 +1,4 @@ -;;; AT386.el --- terminal support package for IBM AT keyboards +;;; AT386.el --- terminal support package for IBM AT keyboards -*- no-byte-compile: t -*- ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Keywords: terminals diff --git a/lisp/term/apollo.el b/lisp/term/apollo.el index 1dc3658048b..3a2961811aa 100644 --- a/lisp/term/apollo.el +++ b/lisp/term/apollo.el @@ -1,3 +1,5 @@ +;; -*- no-byte-compile: t -*- + (load "term/vt100" nil t) ;;; apollo.el ends here diff --git a/lisp/term/bobcat.el b/lisp/term/bobcat.el index c9fd9c2c64e..85f211e39ff 100644 --- a/lisp/term/bobcat.el +++ b/lisp/term/bobcat.el @@ -1,3 +1,4 @@ +;; -*- no-byte-compile: t -*- ;;; HP terminals usually encourage using ^H as the rubout character (load "term/keyswap" nil t) 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. diff --git a/lisp/term/iris-ansi.el b/lisp/term/iris-ansi.el index 7a0df10ed17..65e01bf17de 100644 --- a/lisp/term/iris-ansi.el +++ b/lisp/term/iris-ansi.el @@ -1,4 +1,4 @@ -;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps +;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps -*- no-byte-compile: t -*- ;; Copyright (C) 1997 Free Software Foundation, Inc. diff --git a/lisp/term/keyswap.el b/lisp/term/keyswap.el index e26236f0ed9..e9b45195431 100644 --- a/lisp/term/keyswap.el +++ b/lisp/term/keyswap.el @@ -1,4 +1,4 @@ -;;; keyswap.el --- swap BS and DEL keys +;;; keyswap.el --- swap BS and DEL keys -*- no-byte-compile: t -*- ;; Copyright (C) 1992 Free Software Foundation, Inc. diff --git a/lisp/term/linux.el b/lisp/term/linux.el index a6f560999f5..2b4e7abc6d2 100644 --- a/lisp/term/linux.el +++ b/lisp/term/linux.el @@ -1,3 +1,4 @@ +;; -*- no-byte-compile: t -*- ;; The Linux console handles Latin-1 by default. (unless (terminal-coding-system) diff --git a/lisp/term/lk201.el b/lisp/term/lk201.el index cb03f446020..920b3e1b91f 100644 --- a/lisp/term/lk201.el +++ b/lisp/term/lk201.el @@ -1,3 +1,4 @@ +;; -*- no-byte-compile: t -*- ;; Define function key sequences for DEC terminals. ;; Termcap or terminfo should set these. diff --git a/lisp/term/news.el b/lisp/term/news.el index 9830aed2533..4d7bc17b588 100644 --- a/lisp/term/news.el +++ b/lisp/term/news.el @@ -1,4 +1,4 @@ -;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard +;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard -*- no-byte-compile: t -*- ;; Copyright (C) 1989, 1993 Free Software Foundation, Inc. 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 diff --git a/lisp/term/vt125.el b/lisp/term/vt125.el index 392693c2cd0..bd5ecadf5ca 100644 --- a/lisp/term/vt125.el +++ b/lisp/term/vt125.el @@ -1,3 +1,5 @@ +;; -*- no-byte-compile: t -*- + (load "term/vt100" nil t) ;;; vt125.el ends here 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) diff --git a/lisp/term/vt201.el b/lisp/term/vt201.el index 4708604b00f..5f1c6c8716f 100644 --- a/lisp/term/vt201.el +++ b/lisp/term/vt201.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) diff --git a/lisp/term/vt220.el b/lisp/term/vt220.el index daa52e89d49..eaa6243de6c 100644 --- a/lisp/term/vt220.el +++ b/lisp/term/vt220.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) diff --git a/lisp/term/vt240.el b/lisp/term/vt240.el index 62639025855..0884097758d 100644 --- a/lisp/term/vt240.el +++ b/lisp/term/vt240.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) diff --git a/lisp/term/vt300.el b/lisp/term/vt300.el index 26485063787..cd290f3f073 100644 --- a/lisp/term/vt300.el +++ b/lisp/term/vt300.el @@ -1,3 +1,4 @@ +;; -*- no-byte-compile: t -*- (load "term/vt100" nil t) ;; Make F11 an escape key. diff --git a/lisp/term/vt320.el b/lisp/term/vt320.el index 93aee9779be..fdbcdb2bbce 100644 --- a/lisp/term/vt320.el +++ b/lisp/term/vt320.el @@ -1,3 +1,4 @@ +;; -*- no-byte-compile: t -*- (load "term/vt100" nil t) ;; Make F11 an escape key. 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. diff --git a/lisp/term/vt420.el b/lisp/term/vt420.el index 71c13490feb..b5ce8ee10c1 100644 --- a/lisp/term/vt420.el +++ b/lisp/term/vt420.el @@ -1,3 +1,4 @@ +;; -*- no-byte-compile: t -*- (load "term/vt100" nil t) ;; Make F11 an escape key. diff --git a/lisp/term/wyse50.el b/lisp/term/wyse50.el index 1c7bad6d923..8bb12e6d75e 100644 --- a/lisp/term/wyse50.el +++ b/lisp/term/wyse50.el @@ -1,4 +1,4 @@ -;;; wyse50.el --- terminal support code for Wyse 50 +;;; wyse50.el --- terminal support code for Wyse 50 -*- no-byte-compile: t -*- ;; Copyright (C) 1989, 1993, 1994 Free Software Foundation, Inc. |