]> git.eshelyaron.com Git - emacs.git/commitdiff
Add no-byte-compile.
authorEli Zaretskii <eliz@gnu.org>
Sun, 14 Oct 2001 19:40:02 +0000 (19:40 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 14 Oct 2001 19:40:02 +0000 (19:40 +0000)
lisp/ChangeLog
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

index 8106bba371027e8c91bfde5e4c55897fdba7734c..54c001cb06beb86524a9fa06f7f313dd8dbbe1ac 100644 (file)
@@ -1,3 +1,14 @@
+2001-10-14  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * 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  <miles@gnu.org>
 
        * button.el (define-button-type): Allow supertype property to be
index 4a45086751047b6a92e78ffe00278fd132898e99..4fe2cbbe9705ff49150d553122a02e9041db1129 100644 (file)
 (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
index 519c330131a0c868e3b8ff274ea41aebef636ccb..e96ed8c39b3bf0c9f9f8e5a6e45fcc3c0aff6883 100644 (file)
 (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
index 8bb4758fde0e7e32ebcc87417f516da2648570ff..1880b5255482e2438904560ff9e22a78b1076ea0 100644 (file)
 (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
index 13b4ecde632627e4d904c76c82b8a85319bbfbad..50b9b9f33a27917c398f9ecd7aef100e7d1ce7bc 100644 (file)
 (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
index 6fd26a35974945193adf279b3ea2a742b3c59c4b..51c9ede9d345dbaa00d449bce531e750d4a4bf28 100644 (file)
 (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
index 0753ffdb7225f8c8caa1f1ffc73bbafa4e248be9..bf366609e35513edcd32f6cff2c91897cda1b235 100644 (file)
 (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
index 574796ed563a6e1c8be4bc43df77e0b03c0e4771..1b6f35bd2a5177534c3fe697b405346d7bb88b64 100644 (file)
 (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