diff lisp/update-elc.el @ 5319:ed5d4f081fa9

cl-macs belongs in lisp-files-needed-for-byte-compilation. 2010-12-30 Aidan Kehoe <kehoea@parhasard.net> * 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.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 30 Dec 2010 00:18:50 +0000
parents 0d43872986b6
children 8608eadee6ba 6506fcb40fcf
line wrap: on
line diff
--- 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"