mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-08 23:40:24 -08:00
Fix loaddefs-generate--rubric recorded name
* lisp/emacs-lisp/loaddefs-gen.el (loaddefs-generate--rubric): Fix the name that's recorded in the file -- this is only used by loaddefs-gen now, I think.
This commit is contained in:
parent
5ab66afa34
commit
7815ebd25f
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ FILE's name."
|
|||
(let ((lp (and (equal type "package") (setq type "autoloads"))))
|
||||
(with-temp-buffer
|
||||
(generate-lisp-file-heading
|
||||
file 'loaddefs-generate--rubric
|
||||
file 'loaddefs-generate
|
||||
:title (concat "automatically extracted " (or type "autoloads"))
|
||||
:commentary (and (string-match "/lisp/loaddefs\\.el\\'" file)
|
||||
"This file will be copied to ldefs-boot.el and checked in periodically."))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue