]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a comment to lisp/Makefile.in
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Jun 2022 15:53:29 +0000 (17:53 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Jun 2022 15:53:29 +0000 (17:53 +0200)
* lisp/Makefile.in: Add FIXME comment.

lisp/Makefile.in

index 0156b53ac6708a5144a4a56f983311af548eedba..040b9a4ca3b65f1d0cfaa8ff7bde9a14aa6bea6f 100644 (file)
@@ -176,6 +176,9 @@ org-manuals: main-first
 # gets created before the final emacs is dumped.  Having leim
 # dependencies in ../src as well would create a parallel race condition.
 #
+# FIXME: 2) is no longer correct, so perhaps we could add unidata to
+# gen-lisp now?
+#
 # 2) Files that are marked no-update-autoloads still get recorded in loaddefs.
 # So those files should be generated before we make autoloads, if we
 # don't want a successive make autoloads to change the output file.