From d50c9ab49c43cde562f5f1e7e4e1c1d36c5633f8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 13 Oct 2001 10:10:12 +0000 Subject: [PATCH] : Remove no-byte-compile, since there are some non-trivial functions here, and src/Makefile.in now wants bindings.elc. --- lisp/ChangeLog | 6 ++++++ lisp/bindings.el | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 02ba44284be..803de67e175 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2001-10-13 Eli Zaretskii + + * bindings.el : Remove no-byte-compile, since + there are some non-trivial functions here, and src/Makefile.in now + wants bindings.elc. + 2001-10-12 Eli Barzilay * calculator.el (calculator-eng-display): Don't call concat 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: -- 2.39.2