Remove no-byte-compile from file local variables

to enable bootstrapping.
This commit is contained in:
Gerd Moellmann
2001-10-05 10:12:12 +00:00
parent f0e299dedc
commit c4ab9c7c52

View 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: