emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7815ebd25f 1/3: Fix loaddefs-generate--rubric recorded name


From: Lars Ingebrigtsen
Subject: master 7815ebd25f 1/3: Fix loaddefs-generate--rubric recorded name
Date: Tue, 7 Jun 2022 13:00:01 -0400 (EDT)

branch: master
commit 7815ebd25f77ffdc61ac0af4a9eb0a6cadc85e2b
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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.
---
 lisp/emacs-lisp/loaddefs-gen.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/loaddefs-gen.el b/lisp/emacs-lisp/loaddefs-gen.el
index a6a4baffba..5280941cfc 100644
--- a/lisp/emacs-lisp/loaddefs-gen.el
+++ b/lisp/emacs-lisp/loaddefs-gen.el
@@ -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."))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]