]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove no-byte-compile from file local variables
authorGerd Moellmann <gerd@gnu.org>
Fri, 5 Oct 2001 10:12:12 +0000 (10:12 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 5 Oct 2001 10:12:12 +0000 (10:12 +0000)
to enable bootstrapping.

lisp/bindings.el

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: