summaryrefslogtreecommitdiff
path: root/lisp/format.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-11 11:17:09 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-11 11:31:03 +0200
commit99adfafdfc040dac11e2af1a59c445af1fa60445 (patch)
tree118fa2b7560ec44919d3b61db8eefcd948753918 /lisp/format.el
parentda3f3dd0910fae20df47e723088d737aaf0a88c7 (diff)
downloademacs-99adfafdfc040dac11e2af1a59c445af1fa60445.tar.gz
Re-add comment on autoloading cookies in preloaded files
This comment was removed in 2009, but it is useful to explain why we are keeping these autoload cookies. * lisp/bindings.el: * lisp/font-core.el: * lisp/format.el: * lisp/international/mule-cmds.el: Re-add comment on autoloading. * lisp/font-core.el (font-lock-defaults): Re-add autoload cookie, despite the fact that this file is preloaded.
Diffstat (limited to 'lisp/format.el')
-rw-r--r--lisp/format.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/format.el b/lisp/format.el
index 6c7524891e4..2c368b8f9c7 100644
--- a/lisp/format.el
+++ b/lisp/format.el
@@ -139,6 +139,7 @@ MODE-FN, if specified, is called when visiting a file with that format.
PRESERVE, if non-nil, means that `format-write-file' should not remove
this format from `buffer-file-format'.")
+;; Autoload if this file no longer dumped.
;;;###autoload
(put 'format-alist 'risky-local-variable t)