Mercurial > emacs
changeset 39587:9c6da1aac3fd
Remove no-byte-compile from file local variables
to enable bootstrapping.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 05 Oct 2001 10:12:12 +0000 |
parents | 2ca67ed01cd8 |
children | 62d7faafb853 |
files | lisp/bindings.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bindings.el Fri Oct 05 09:53:07 2001 +0000 +++ b/lisp/bindings.el Fri Oct 05 10:12:12 2001 +0000 @@ -933,10 +933,8 @@ (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: