summaryrefslogtreecommitdiff
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
parentc9cf2e67e84e9734dc42e558795b1e4910523908 (diff)
Add "no-byte-compile: t" in first line.
-rw-r--r--lisp/emacs-lisp/cl-specs.el4
-rw-r--r--lisp/eshell/esh-maint.el2
-rw-r--r--lisp/forms-d2.el2
-rw-r--r--lisp/forms-pass.el2
-rw-r--r--lisp/generic-x.el2
-rw-r--r--lisp/international/mule-conf.el2
-rw-r--r--lisp/language/czech.el2
-rw-r--r--lisp/language/devanagari.el2
-rw-r--r--lisp/language/english.el2
-rw-r--r--lisp/language/georgian.el2
-rw-r--r--lisp/language/greek.el2
-rw-r--r--lisp/language/hebrew.el2
-rw-r--r--lisp/language/japanese.el2
-rw-r--r--lisp/language/korean.el2
-rw-r--r--lisp/language/lao.el2
-rw-r--r--lisp/language/misc-lang.el2
-rw-r--r--lisp/language/romanian.el2
-rw-r--r--lisp/language/slovak.el2
-rw-r--r--lisp/language/thai.el2
-rw-r--r--lisp/language/utf-8-lang.el2
-rw-r--r--lisp/mail/blessmail.el2
-rw-r--r--lisp/patcomp.el2
-rw-r--r--lisp/paths.el2
-rw-r--r--lisp/play/bruce.el2
-rw-r--r--lisp/term/AT386.el2
-rw-r--r--lisp/term/apollo.el2
-rw-r--r--lisp/term/bobcat.el1
-rw-r--r--lisp/term/internal.el2
-rw-r--r--lisp/term/iris-ansi.el2
-rw-r--r--lisp/term/keyswap.el2
-rw-r--r--lisp/term/linux.el1
-rw-r--r--lisp/term/lk201.el1
-rw-r--r--lisp/term/news.el2
-rw-r--r--lisp/term/vt102.el2
-rw-r--r--lisp/term/vt125.el2
-rw-r--r--lisp/term/vt200.el1
-rw-r--r--lisp/term/vt201.el1
-rw-r--r--lisp/term/vt220.el1
-rw-r--r--lisp/term/vt240.el1
-rw-r--r--lisp/term/vt300.el1
-rw-r--r--lisp/term/vt320.el1
-rw-r--r--lisp/term/vt400.el1
-rw-r--r--lisp/term/vt420.el1
-rw-r--r--lisp/term/wyse50.el2
-rw-r--r--lisp/version.el2
45 files changed, 49 insertions, 32 deletions
diff --git a/lisp/emacs-lisp/cl-specs.el b/lisp/emacs-lisp/cl-specs.el
index 94af9c988b..d22127c3de 100644
--- a/lisp/emacs-lisp/cl-specs.el
+++ b/lisp/emacs-lisp/cl-specs.el
@@ -1,4 +1,4 @@
-;;; cl-specs.el --- Edebug specs for cl.el
+;;; cl-specs.el --- Edebug specs for cl.el -*- no-byte-compile: t -*-
;; Copyright (C) 1993 Free Software Foundation, Inc.
;; Author: Daniel LaLiberte <liberte@holonexus.org>
@@ -7,7 +7,7 @@
;; LCD Archive Entry:
;; cl-specs.el|Daniel LaLiberte|liberte@holonexus.org
;; |Edebug specs for cl.el
-;; |$Date: 2000/08/15 12:39:03 $|1.1|
+;; |$Date: 2001/07/16 12:22:59 $|1.1|
;; This file is part of GNU Emacs.
diff --git a/lisp/eshell/esh-maint.el b/lisp/eshell/esh-maint.el
index 78de4e8ee0..c2dfe83a51 100644
--- a/lisp/eshell/esh-maint.el
+++ b/lisp/eshell/esh-maint.el
@@ -1,4 +1,4 @@
-;;; esh-maint.el --- init code for building eshell
+;;; esh-maint.el --- init code for building eshell -*- no-byte-compile: t -*-
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/forms-d2.el b/lisp/forms-d2.el
index 7cb8b0c77f..e603927e02 100644
--- a/lisp/forms-d2.el
+++ b/lisp/forms-d2.el
@@ -1,4 +1,4 @@
-;;; forms-d2.el --- demo forms-mode
+;;; forms-d2.el --- demo forms-mode -*- no-byte-compile: t -*-
;; Author: Johan Vromans <jvromans@squirrel.nl>
;; Created: 1989
diff --git a/lisp/forms-pass.el b/lisp/forms-pass.el
index 34d4548434..b635c965cf 100644
--- a/lisp/forms-pass.el
+++ b/lisp/forms-pass.el
@@ -1,4 +1,4 @@
-;;; forms-pass.el --- passwd file demo for forms-mode
+;;; forms-pass.el --- passwd file demo for forms-mode -*- no-byte-compile: t -*-
;; This file is part of GNU Emacs.
diff --git a/lisp/generic-x.el b/lisp/generic-x.el
index 1eb69f3693..3b56320568 100644
--- a/lisp/generic-x.el
+++ b/lisp/generic-x.el
@@ -1,4 +1,4 @@
-;;; generic-x.el --- Extra Modes for generic-mode
+;;; generic-x.el --- Extra Modes for generic-mode -*- no-byte-compile: t -*-
;; Copyright (C) 1997, 1998 Free Software Foundation, Inc.
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index 5d014d2d96..27225dc81c 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -1,4 +1,4 @@
-;;; mule-conf.el --- configure multilingual environment
+;;; mule-conf.el --- configure multilingual environment -*- no-byte-compile: t -*-
;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/czech.el b/lisp/language/czech.el
index d21579ee10..cba9673596 100644
--- a/lisp/language/czech.el
+++ b/lisp/language/czech.el
@@ -1,4 +1,4 @@
-;;; czech.el --- support for Czech -*- coding: iso-2022-7bit; -*-
+;;; czech.el --- support for Czech -*- coding: iso-2022-7bit; no-byte-compile: t -*-
;; Copyright (C) 1998, 2001 Free Software Foundation.
diff --git a/lisp/language/devanagari.el b/lisp/language/devanagari.el
index 0d9c62c2cc..3ac67eef66 100644
--- a/lisp/language/devanagari.el
+++ b/lisp/language/devanagari.el
@@ -1,4 +1,4 @@
-;;; devanagari.el --- Support for Devanagari -*- coding: iso-2022-7bit; -*-
+;;; devanagari.el --- Support for Devanagari -*- coding: iso-2022-7bit; no-byte-compile: t -*-
;; Copyright (C) 1996, 2001 Free Software Foundation, Inc.
diff --git a/lisp/language/english.el b/lisp/language/english.el
index cbfd206c20..af7dbafdb7 100644
--- a/lisp/language/english.el
+++ b/lisp/language/english.el
@@ -1,4 +1,4 @@
-;;; english.el --- support for English
+;;; english.el --- support for English -*- no-byte-compile: t -*-
;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/georgian.el b/lisp/language/georgian.el
index 479e1456cc..cc97895fb6 100644
--- a/lisp/language/georgian.el
+++ b/lisp/language/georgian.el
@@ -1,4 +1,4 @@
-;;; georgian.el --- language support for Georgian
+;;; georgian.el --- language support for Georgian -*- no-byte-compile: t -*-
;; Copyright (C) 2001 Free Software Foundation, Inc.
diff --git a/lisp/language/greek.el b/lisp/language/greek.el
index 2066e8a495..5f013d6ded 100644
--- a/lisp/language/greek.el
+++ b/lisp/language/greek.el
@@ -1,4 +1,4 @@
-;;; greek.el --- support for Greek
+;;; greek.el --- support for Greek -*- no-byte-compile: t -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el
index ad349495a7..4b8efaadb9 100644
--- a/lisp/language/hebrew.el
+++ b/lisp/language/hebrew.el
@@ -1,4 +1,4 @@
-;;; hebrew.el --- support for Hebrew -*- coding: iso-2022-7bit; -*-
+;;; hebrew.el --- support for Hebrew -*- coding: iso-2022-7bit; no-byte-compile: t -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/japanese.el b/lisp/language/japanese.el
index 9e4c92c20c..d03167314a 100644
--- a/lisp/language/japanese.el
+++ b/lisp/language/japanese.el
@@ -1,4 +1,4 @@
-;;; japanese.el --- support for Japanese -*- coding: iso-2022-7bit; -*-
+;;; japanese.el --- support for Japanese -*- coding: iso-2022-7bit; no-byte-compile: t -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/korean.el b/lisp/language/korean.el
index 5398ef79ff..4dbc2cb5b8 100644
--- a/lisp/language/korean.el
+++ b/lisp/language/korean.el
@@ -1,4 +1,4 @@
-;;; korean.el --- support for Korean -*- coding: iso-2022-7bit; -*-
+;;; korean.el --- support for Korean -*- coding: iso-2022-7bit; no-byte-compile: t -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/lao.el b/lisp/language/lao.el
index 86d0caf8a4..65b0968516 100644
--- a/lisp/language/lao.el
+++ b/lisp/language/lao.el
@@ -1,4 +1,4 @@
-;;; lao.el --- support for Lao -*- coding: iso-2022-7bit; -*-
+;;; lao.el --- support for Lao -*- coding: iso-2022-7bit; no-byte-compile: t -*-
;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/misc-lang.el b/lisp/language/misc-lang.el
index fc47caee7f..a4c72742d7 100644
--- a/lisp/language/misc-lang.el
+++ b/lisp/language/misc-lang.el
@@ -1,4 +1,4 @@
-;;; misc-lang.el --- support for miscellaneous languages (characters)
+;;; misc-lang.el --- support for miscellaneous languages (characters) -*- no-byte-compile: t -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/romanian.el b/lisp/language/romanian.el
index 2ca780dd1b..2c4d2de94a 100644
--- a/lisp/language/romanian.el
+++ b/lisp/language/romanian.el
@@ -1,4 +1,4 @@
-;;; romanian.el --- support for Romanian -*- coding: iso-latin-2; -*-
+;;; romanian.el --- support for Romanian -*- coding: iso-latin-2; no-byte-compile: t -*-
;; Copyright (C) 1998 Free Software Foundation.
diff --git a/lisp/language/slovak.el b/lisp/language/slovak.el
index 7e9e1e1ea3..a03c84d7c3 100644
--- a/lisp/language/slovak.el
+++ b/lisp/language/slovak.el
@@ -1,4 +1,4 @@
-;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit; -*-
+;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit; no-byte-compile: t -*-
;; Copyright (C) 1998, 2001 Free Software Foundation.
diff --git a/lisp/language/thai.el b/lisp/language/thai.el
index 135ce7cb74..08b41792be 100644
--- a/lisp/language/thai.el
+++ b/lisp/language/thai.el
@@ -1,4 +1,4 @@
-;;; thai.el --- support for Thai -*- coding: iso-2022-7bit; -*-
+;;; thai.el --- support for Thai -*- coding: iso-2022-7bit; no-byte-compile: t -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/utf-8-lang.el b/lisp/language/utf-8-lang.el
index b496e2dbd2..11e51dbec2 100644
--- a/lisp/language/utf-8-lang.el
+++ b/lisp/language/utf-8-lang.el
@@ -1,4 +1,4 @@
-;;; utf-8-lang.el --- generic UTF-8 language environment
+;;; utf-8-lang.el --- generic UTF-8 language environment -*- no-byte-compile: t -*-
;; Copyright (C) 2001 Free Software Foundation, Inc.
diff --git a/lisp/mail/blessmail.el b/lisp/mail/blessmail.el
index 0721369a67..d87f1f3232 100644
--- a/lisp/mail/blessmail.el
+++ b/lisp/mail/blessmail.el
@@ -1,4 +1,4 @@
-;;; blessmail.el --- decide whether movemail needs special privileges
+;;; blessmail.el --- decide whether movemail needs special privileges -*- no-byte-compile: t -*-
;; Copyright (C) 1994 Free Software Foundation, Inc.
diff --git a/lisp/patcomp.el b/lisp/patcomp.el
index ccc25308d3..c1965a763c 100644
--- a/lisp/patcomp.el
+++ b/lisp/patcomp.el
@@ -1,4 +1,4 @@
-;;; patcomp.el --- used by patch files to update Emacs releases
+;;; patcomp.el --- used by patch files to update Emacs releases -*- no-byte-compile: t -*-
;; This file is part of GNU Emacs.
diff --git a/lisp/paths.el b/lisp/paths.el
index 0a16c2bedb..438aa9f357 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -1,4 +1,4 @@
-;;; paths.el --- define pathnames for use by various Emacs commands
+;;; paths.el --- define pathnames for use by various Emacs commands -*- no-byte-compile: t -*-
;; Copyright (C) 1986, 1988, 1994, 1999, 2000 Free Software Foundation, Inc.
diff --git a/lisp/play/bruce.el b/lisp/play/bruce.el
index 66edde553e..b69d26c988 100644
--- a/lisp/play/bruce.el
+++ b/lisp/play/bruce.el
@@ -1,4 +1,4 @@
-;;; bruce.el --- bruce phrase utility for overloading the Communications
+;;; bruce.el --- bruce phrase utility for overloading the Communications -*- no-byte-compile: t -*-
;;; Decency Act snoops, if any.
;; Copyright (C) 1988, 1993, 1997 Free Software Foundation, Inc.
diff --git a/lisp/term/AT386.el b/lisp/term/AT386.el
index eae65d2fbd..1885580945 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 1dc3658048..3a2961811a 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 c9fd9c2c64..85f211e39f 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 1aa3c5b181..a62f8647b8 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 7a0df10ed1..65e01bf17d 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 e26236f0ed..e9b4519543 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 a6f560999f..2b4e7abc6d 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 cb03f44602..920b3e1b91 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 9830aed253..4d7bc17b58 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 6971e3a21c..4a2462aa81 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 392693c2cd..bd5ecadf5c 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 fc63f06dbd..e77c910ac5 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 4708604b00..5f1c6c8716 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 daa52e89d4..eaa6243de6 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 6263902585..0884097758 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 2648506378..cd290f3f07 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 93aee9779b..fdbcdb2bbc 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 049944ea68..7034d6d55e 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 71c13490fe..b5ce8ee10c 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 1c7bad6d92..8bb12e6d75 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.
diff --git a/lisp/version.el b/lisp/version.el
index beadaf94dd..e5c1017a65 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -1,4 +1,4 @@
-;;; version.el --- record version number of Emacs
+;;; version.el --- record version number of Emacs -*- no-byte-compile: t -*-
;;; Copyright (C) 1985, 1992, 1994, 1995, 1999, 2000, 2001
;;; Free Software Foundation, Inc.