]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/Makefile.in: More comments about loaddefs.
authorGlenn Morris <rgm@gnu.org>
Wed, 26 Apr 2017 18:23:55 +0000 (14:23 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 26 Apr 2017 18:23:55 +0000 (14:23 -0400)
lisp/Makefile.in

index 06d8135c0b9171b53794b7d0b662ac456160d28f..cbbea78a00f6001523242437471ef784e798f60a 100644 (file)
@@ -204,11 +204,13 @@ $(lisp)/finder-inf.el:
 # sources have changed.
 
 # Write to a temporary file in case we're doing a parallel build and a
-# CANNOT_DUMP-mode Emacs needs to read loaddefs at startup.  We start
-# by copying an existing loaddefs.el to loaddefs.tmp to avoid regenerating
-# the entire file anew, which is slow; starting from an almost-correct
-# content will enable the "only update where necessary" feature of
-# batch-update-autoloads.
+# CANNOT_DUMP-mode Emacs needs to read loaddefs at startup.
+# (FIXME: This seems like something that batch-update-autoloads should
+# do internally, then it would Just Work for all loaddefs files.)
+# We start by copying an existing loaddefs.el to loaddefs.tmp to avoid
+# regenerating the entire file anew, which is slow; starting from an
+# almost-correct content will enable the "only update where necessary"
+# feature of batch-update-autoloads.
 
 # Use expand-file-name rather than $abs_scrdir so that Emacs does not
 # get confused when it compares file-names for equality.