changeset 39928:f630f8658de3

Add no-byte-compile.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 14 Oct 2001 19:35:40 +0000
parents aca3a28a799a
children 6835d69d43f0
files lisp/international/latin-1.el lisp/international/latin-2.el lisp/international/latin-3.el lisp/international/latin-4.el lisp/international/latin-5.el lisp/international/latin-8.el lisp/international/latin-9.el
diffstat 7 files changed, 42 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/latin-1.el	Sun Oct 14 19:19:57 2001 +0000
+++ b/lisp/international/latin-1.el	Sun Oct 14 19:35:40 2001 +0000
@@ -111,4 +111,10 @@
 (or set-case-syntax-set-multibyte
     (provide 'latin-1))
 
+;;; Don't compile this file: src/Makefile.in instructs make-docfile
+;;; to look at the .el file!
+;;; Local Variables:
+;;; no-byte-compile: t
+;;; End:
+
 ;;; latin-1.el ends here
--- a/lisp/international/latin-2.el	Sun Oct 14 19:19:57 2001 +0000
+++ b/lisp/international/latin-2.el	Sun Oct 14 19:35:40 2001 +0000
@@ -100,4 +100,10 @@
 (or set-case-syntax-set-multibyte
     (provide 'latin-2))
 
+;;; Don't compile this file: src/Makefile.in instructs make-docfile
+;;; to look at the .el file!
+;;; Local Variables:
+;;; no-byte-compile: t
+;;; End:
+
 ;;; latin-2.el ends here
--- a/lisp/international/latin-3.el	Sun Oct 14 19:19:57 2001 +0000
+++ b/lisp/international/latin-3.el	Sun Oct 14 19:35:40 2001 +0000
@@ -98,4 +98,10 @@
 (or set-case-syntax-set-multibyte
     (provide 'latin-3))
 
+;;; Don't compile this file: src/Makefile.in instructs make-docfile
+;;; to look at the .el file!
+;;; Local Variables:
+;;; no-byte-compile: t
+;;; End:
+
 ;;; latin-3.el ends here
--- a/lisp/international/latin-4.el	Sun Oct 14 19:19:57 2001 +0000
+++ b/lisp/international/latin-4.el	Sun Oct 14 19:35:40 2001 +0000
@@ -98,4 +98,10 @@
 (or set-case-syntax-set-multibyte
     (provide 'latin-4))
 
+;;; Don't compile this file: src/Makefile.in instructs make-docfile
+;;; to look at the .el file!
+;;; Local Variables:
+;;; no-byte-compile: t
+;;; End:
+
 ;;; latin-4.el ends here
--- a/lisp/international/latin-5.el	Sun Oct 14 19:19:57 2001 +0000
+++ b/lisp/international/latin-5.el	Sun Oct 14 19:35:40 2001 +0000
@@ -111,4 +111,10 @@
 (or set-case-syntax-set-multibyte
     (provide 'latin-5))
 
+;;; Don't compile this file: src/Makefile.in instructs make-docfile
+;;; to look at the .el file!
+;;; Local Variables:
+;;; no-byte-compile: t
+;;; End:
+
 ;;; latin-5.el ends here
--- a/lisp/international/latin-8.el	Sun Oct 14 19:19:57 2001 +0000
+++ b/lisp/international/latin-8.el	Sun Oct 14 19:35:40 2001 +0000
@@ -104,4 +104,10 @@
 (or set-case-syntax-set-multibyte
     (provide 'latin-8))
 
+;;; Don't compile this file: src/Makefile.in instructs make-docfile
+;;; to look at the .el file!
+;;; Local Variables:
+;;; no-byte-compile: t
+;;; End:
+
 ;;; latin-8.el ends here
--- a/lisp/international/latin-9.el	Sun Oct 14 19:19:57 2001 +0000
+++ b/lisp/international/latin-9.el	Sun Oct 14 19:35:40 2001 +0000
@@ -117,4 +117,10 @@
 (or set-case-syntax-set-multibyte
     (provide 'latin-9))
 
+;;; Don't compile this file: src/Makefile.in instructs make-docfile
+;;; to look at the .el file!
+;;; Local Variables:
+;;; no-byte-compile: t
+;;; End:
+
 ;;; latin-9.el ends here