From 6c405b7a4915bd3604d6591ff9156cf1cf77fecb Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 11 Nov 2021 04:08:51 +0100 Subject: [PATCH] Note that loaddefs.el is copied to ldefs-boot.el * lisp/emacs-lisp/autoload.el (autoload-rubric): Add a comment to the file noting what'll happen to it. --- lisp/emacs-lisp/autoload.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index aaacba2c8e5..148fb70981f 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -393,6 +393,8 @@ FILE's name." (concat ";;; " basename " --- automatically extracted " (or type "autoloads") " -*- lexical-binding: t -*-\n" + (when (equal basename "loaddefs.el") + ";; This file will be copied to ldefs-boot.el and checked in periodically.\n") ";;\n" ";;; Code:\n\n" (if lp -- 2.39.2