From f4bdc9b092a94817418df2c5d21447ef37aea556 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Sun, 26 Nov 2023 15:04:06 -0600 Subject: [PATCH] Add autoload cookie to autoload-compute-prefixes (bug#67325) * lisp/emacs-lisp/loaddefs-gen.el (autoload-compute-prefixes): Add autoload cookie. --- lisp/emacs-lisp/loaddefs-gen.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/emacs-lisp/loaddefs-gen.el b/lisp/emacs-lisp/loaddefs-gen.el index d7b9b131bc8..04bea4723a2 100644 --- a/lisp/emacs-lisp/loaddefs-gen.el +++ b/lisp/emacs-lisp/loaddefs-gen.el @@ -48,6 +48,7 @@ Standard prefixes won't be registered anyway. I.e. if a file \"foo.el\" defines variables or functions that use \"foo-\" as prefix, that will not be registered. But all other prefixes will be included.") +;;;###autoload (put 'autoload-compute-prefixes 'safe-local-variable #'booleanp) (defvar no-update-autoloads nil -- 2.39.5