# HG changeset patch # User Aidan Kehoe # Date 1293668330 0 # Node ID ed5d4f081fa9f5a2183fa34b45fb7ac8bb237eb2 # Parent 203dcac81daeb1697be1f3286e248846713f61de cl-macs belongs in lisp-files-needed-for-byte-compilation. 2010-12-30 Aidan Kehoe * update-elc.el (lisp-files-needed-for-byte-compilation) (lisp-files-needing-early-byte-compilation): cl-macs belongs in the former, not the latter, it is as fundamental as bytecomp.el. diff -r 203dcac81dae -r ed5d4f081fa9 lisp/ChangeLog --- a/lisp/ChangeLog Thu Dec 30 00:15:37 2010 +0000 +++ b/lisp/ChangeLog Thu Dec 30 00:18:50 2010 +0000 @@ -1,3 +1,10 @@ +2010-12-30 Aidan Kehoe + + * update-elc.el (lisp-files-needed-for-byte-compilation) + (lisp-files-needing-early-byte-compilation): + cl-macs belongs in the former, not the latter, it is as + fundamental as bytecomp.el. + 2010-12-30 Aidan Kehoe * cl.el: diff -r 203dcac81dae -r ed5d4f081fa9 lisp/update-elc.el --- a/lisp/update-elc.el Thu Dec 30 00:15:37 2010 +0000 +++ b/lisp/update-elc.el Thu Dec 30 00:18:50 2010 +0000 @@ -102,6 +102,7 @@ ;; .elc's. (defvar lisp-files-needed-for-byte-compilation '("bytecomp" + "cl-macs" "byte-optimize")) ;; Lisp files not in `lisp-files-needed-for-byte-compilation' that need @@ -110,8 +111,7 @@ (defvar lisp-files-needing-early-byte-compilation '("easy-mmode" "autoload" - "shadow" - "cl-macs")) + "shadow")) (defvar unbytecompiled-lisp-files '("paths.el"