From: Lars Ingebrigtsen Date: Tue, 7 Jun 2022 16:51:15 +0000 (+0200) Subject: Fix loaddefs-generate--rubric recorded name X-Git-Tag: emacs-29.0.90~1910^2~169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7815ebd25f77ffdc61ac0af4a9eb0a6cadc85e2b;p=emacs.git 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. --- diff --git a/lisp/emacs-lisp/loaddefs-gen.el b/lisp/emacs-lisp/loaddefs-gen.el index a6a4baffbab..5280941cfcd 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."))