# HG changeset patch # User Gerd Moellmann # Date 1002276732 0 # Node ID 9c6da1aac3fd504d9f8da950ad29f93485d0bc6b # Parent 2ca67ed01cd84bbe0aff64255615c2ac7a6353de Remove no-byte-compile from file local variables to enable bootstrapping. diff -r 2ca67ed01cd8 -r 9c6da1aac3fd lisp/bindings.el --- 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: