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:
parent
ea4c5fcd77
commit
f4bdc9b092
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user