]> git.eshelyaron.com Git - emacs.git/commitdiff
<Local Variables>: Remove no-byte-compile, since
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Oct 2001 10:10:12 +0000 (10:10 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Oct 2001 10:10:12 +0000 (10:10 +0000)
there are some non-trivial functions here, and src/Makefile.in now
wants bindings.elc.

lisp/ChangeLog
lisp/bindings.el

index 02ba44284be88a2ebf8d0ef818d90a33c48d4640..803de67e1759a1ca5cdf417afdc670a705d5a044 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * bindings.el <Local Variables>: Remove no-byte-compile, since
+       there are some non-trivial functions here, and src/Makefile.in now
+       wants bindings.elc.
+
 2001-10-12  Eli Barzilay <eli@barzilay.org>
 
        * calculator.el (calculator-eng-display): Don't call concat
index 30e936598149e39802e91fc8ffccbe0a91143e9e..f412f85dee866df058f1c48f7036b4f7cdb66297 100644 (file)
@@ -933,10 +933,8 @@ language you are using."
 
 (define-key ctl-x-map "z" 'repeat)
 
-;;; Don't compile this file; it contains no large function definitions.
 ;;; Don't look for autoload cookies in this file.
 ;;; Local Variables:
-;;; no-byte-compile: t
 ;;; no-update-autoloads: t
 ;;; End: