]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix loaddefs-generate--rubric recorded name
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 7 Jun 2022 16:51:15 +0000 (18:51 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 7 Jun 2022 16:51:15 +0000 (18:51 +0200)
* 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.

lisp/emacs-lisp/loaddefs-gen.el

index a6a4baffbab66d9f15b68176d2c22794d2ad2726..5280941cfcd483d7b9fa48555c9f41d3f16a91be 100644 (file)
@@ -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."))