1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00

Add autoload cookie to autoload-compute-prefixes (bug#67325)

* lisp/emacs-lisp/loaddefs-gen.el (autoload-compute-prefixes): Add
autoload cookie.
This commit is contained in:
João Távora 2023-11-26 15:04:06 -06:00
parent ea4c5fcd77
commit f4bdc9b092

View File

@ -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