projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea4c5fc
)
Add autoload cookie to autoload-compute-prefixes (bug#67325)
author
João Távora
<joaotavora@gmail.com>
Sun, 26 Nov 2023 21:04:06 +0000
(15:04 -0600)
committer
Joã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
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/loaddefs-gen.el
b/lisp/emacs-lisp/loaddefs-gen.el
index d7b9b131bc8696eb426bffc2628c090dc12bd87c..04bea4723a2fbab94e5235320fd4723bef48dc86 100644
(file)
--- 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