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.
This commit is contained in:
parent
b73e904070
commit
6c405b7a49
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue