# HG changeset patch # User Eli Zaretskii # Date 1003088140 0 # Node ID f630f8658de38dc9a29a5f838ef8c65498a41225 # Parent aca3a28a799aae39463078707921331541ae404d Add no-byte-compile. diff -r aca3a28a799a -r f630f8658de3 lisp/international/latin-1.el --- 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 diff -r aca3a28a799a -r f630f8658de3 lisp/international/latin-2.el --- 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 diff -r aca3a28a799a -r f630f8658de3 lisp/international/latin-3.el --- 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 diff -r aca3a28a799a -r f630f8658de3 lisp/international/latin-4.el --- 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 diff -r aca3a28a799a -r f630f8658de3 lisp/international/latin-5.el --- 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 diff -r aca3a28a799a -r f630f8658de3 lisp/international/latin-8.el --- 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 diff -r aca3a28a799a -r f630f8658de3 lisp/international/latin-9.el --- 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