diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-10-05 10:12:12 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-10-05 10:12:12 +0000 |
commit | c4ab9c7c528a7a4e8ebadf6cc302eaf06bc62a30 (patch) | |
tree | 974226b3c6a4baf6b3cd0c9c5b1f7a29f1205786 /lisp/bindings.el | |
parent | f0e299dedcd8ae9a35f57546afb61a69122afa30 (diff) | |
download | emacs-c4ab9c7c528a7a4e8ebadf6cc302eaf06bc62a30.tar.gz |
Remove no-byte-compile from file local variables
to enable bootstrapping.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 30e93659814..f412f85dee8 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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: |