diff lisp/update-elc.el @ 1263:bada4b0bce3a

[xemacs-hg @ 2003-02-06 14:37:51 by stephent] nits <87fzr1o4s3.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Thu, 06 Feb 2003 14:37:56 +0000
parents 465bd3c7d932
children 57b76886836d
line wrap: on
line diff
--- a/lisp/update-elc.el	Thu Feb 06 10:44:06 2003 +0000
+++ b/lisp/update-elc.el	Thu Feb 06 14:37:56 2003 +0000
@@ -94,10 +94,9 @@
   '("bytecomp"
     "byte-optimize"))
 
-;; "Lisp files, other than those in
-;; `lisp-files-needing-early-byte-compilation',packages that need early
-;; byte compilation.  These are files loaded by update-elc.el in order to
-;; do the compilation of all the rest of the files.
+;; Lisp files not in `lisp-files-needed-for-byte-compilation' that need
+;; early byte compilation.  These are files loaded by update-elc.el in
+;; order to do the compilation of all the rest of the files.
 (defvar lisp-files-needing-early-byte-compilation
   '(;"easy-mmode"
     "autoload"
@@ -297,10 +296,6 @@
 	 (condition-case nil
 	     (delete-file "../src/BYTECOMPILE_CHANGE")
 	   (file-error nil)))
-	 ;; (1) Nothing to do at all.  BYTECOMPILE_CHANGE is used (only by
-	 ;;     the Unix makefile) to indicate whether some files needed
-	 ;;     for dump got recompiled, and hence the executable must be
-	 ;;     redumped.  We remove it if there were no files to compile.
 	((and (not update-elc-files-to-compile)
 	      (not dumped-exe-out-of-date-wrt-dump-files)
 	      (not dumped-exe-out-of-date-wrt-undumped-exe))