diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-11-11 04:08:51 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-11-11 04:08:51 +0100 |
commit | 6c405b7a4915bd3604d6591ff9156cf1cf77fecb (patch) | |
tree | 2e5b935fb5338179d33270307d5a196df09326cb /lisp/emacs-lisp | |
parent | b73e90407056fc20c5fd60ae4f5b4fdbb73f4998 (diff) | |
download | emacs-6c405b7a4915bd3604d6591ff9156cf1cf77fecb.tar.gz emacs-6c405b7a4915bd3604d6591ff9156cf1cf77fecb.tar.bz2 emacs-6c405b7a4915bd3604d6591ff9156cf1cf77fecb.zip |
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.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/autoload.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |