]> git.eshelyaron.com Git - emacs.git/commitdiff
Add autoload cookie to autoload-compute-prefixes (bug#67325)
authorJoão Távora <joaotavora@gmail.com>
Sun, 26 Nov 2023 21:04:06 +0000 (15:04 -0600)
committerJoão Távora <joaotavora@gmail.com>
Sun, 26 Nov 2023 21:04:06 +0000 (15:04 -0600)
* lisp/emacs-lisp/loaddefs-gen.el (autoload-compute-prefixes): Add
autoload cookie.

lisp/emacs-lisp/loaddefs-gen.el

index d7b9b131bc8696eb426bffc2628c090dc12bd87c..04bea4723a2fbab94e5235320fd4723bef48dc86 100644 (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