From: João Távora Date: Sun, 26 Nov 2023 21:04:06 +0000 (-0600) Subject: Add autoload cookie to autoload-compute-prefixes (bug#67325) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f4bdc9b092a94817418df2c5d21447ef37aea556;p=emacs.git Add autoload cookie to autoload-compute-prefixes (bug#67325) * lisp/emacs-lisp/loaddefs-gen.el (autoload-compute-prefixes): Add autoload cookie. --- 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