From 5a595785484133f5c1627b46cb975367d3e075a5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 14 Oct 2001 19:40:02 +0000 Subject: [PATCH] Add no-byte-compile. --- lisp/ChangeLog | 11 +++++++++++ lisp/international/latin-1.el | 6 ++++++ lisp/international/latin-2.el | 6 ++++++ lisp/international/latin-3.el | 6 ++++++ lisp/international/latin-4.el | 6 ++++++ lisp/international/latin-5.el | 6 ++++++ lisp/international/latin-8.el | 6 ++++++ lisp/international/latin-9.el | 6 ++++++ 8 files changed, 53 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8106bba3710..54c001cb06b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2001-10-14 Eli Zaretskii + + * international/latin-1.el: + * international/latin-2.el: + * international/latin-3.el: + * international/latin-4.el: + * international/latin-5.el: + * international/latin-8.el: + * international/latin-9.el: Add no-byte-compile: t, since + Makefile.in instructs make-docfile to look at .el files. + 2001-10-14 Miles Bader * button.el (define-button-type): Allow supertype property to be diff --git a/lisp/international/latin-1.el b/lisp/international/latin-1.el index 4a450867510..4fe2cbbe970 100644 --- a/lisp/international/latin-1.el +++ b/lisp/international/latin-1.el @@ -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 --git a/lisp/international/latin-2.el b/lisp/international/latin-2.el index 519c330131a..e96ed8c39b3 100644 --- a/lisp/international/latin-2.el +++ b/lisp/international/latin-2.el @@ -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 --git a/lisp/international/latin-3.el b/lisp/international/latin-3.el index 8bb4758fde0..1880b525548 100644 --- a/lisp/international/latin-3.el +++ b/lisp/international/latin-3.el @@ -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 --git a/lisp/international/latin-4.el b/lisp/international/latin-4.el index 13b4ecde632..50b9b9f33a2 100644 --- a/lisp/international/latin-4.el +++ b/lisp/international/latin-4.el @@ -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 --git a/lisp/international/latin-5.el b/lisp/international/latin-5.el index 6fd26a35974..51c9ede9d34 100644 --- a/lisp/international/latin-5.el +++ b/lisp/international/latin-5.el @@ -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 --git a/lisp/international/latin-8.el b/lisp/international/latin-8.el index 0753ffdb722..bf366609e35 100644 --- a/lisp/international/latin-8.el +++ b/lisp/international/latin-8.el @@ -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 --git a/lisp/international/latin-9.el b/lisp/international/latin-9.el index 574796ed563..1b6f35bd2a5 100644 --- a/lisp/international/latin-9.el +++ b/lisp/international/latin-9.el @@ -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 -- 2.39.2