changeset 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 203dcac81dae
children 31be2a3d121d
files lisp/ChangeLog lisp/update-elc.el
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <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.
+
 2010-12-30  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* cl.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"