]> git.eshelyaron.com Git - emacs.git/commitdiff
Re-add comment on autoloading cookies in preloaded files
authorStefan Kangas <stefan@marxist.se>
Mon, 11 Jul 2022 09:17:09 +0000 (11:17 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 11 Jul 2022 09:31:03 +0000 (11:31 +0200)
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.

lisp/bindings.el
lisp/font-core.el
lisp/format.el
lisp/international/mule-cmds.el

index ec9b219fc099771e1e6e417b4c72af1179047577..14ab69b8f028b06ddf8f0aefe817087c91856acb 100644 (file)
@@ -230,6 +230,7 @@ mnemonics of the following coding systems:
     (:propertize ("" (:eval (if (frame-parameter nil 'client) "@" "")))
                 help-echo ,(purecopy "emacsclient frame")))
   "Mode line construct for identifying emacsclient frames.")
+;; Autoload if this file no longer dumped.
 ;;;###autoload
 (put 'mode-line-client 'risky-local-variable t)
 
index db07aa011c472ebd1c79e83d2bcacd0838f83568..f92d1e38306047fdc07946384e3e0c65d52a3161 100644 (file)
@@ -66,6 +66,8 @@ Other variables include that for syntactic keyword fontification,
 functions, `font-lock-fontify-buffer-function',
 `font-lock-unfontify-buffer-function', `font-lock-fontify-region-function',
 `font-lock-unfontify-region-function', and `font-lock-inhibit-thing-lock'.")
+;; Autoload if this file no longer dumped.
+;;;###autoload
 (put 'font-lock-defaults 'risky-local-variable t)
 
 (defvar font-lock-function 'font-lock-default-function
index 6c7524891e43236a15f1f8eaa36075571a11f3c9..2c368b8f9c724d90fc094cf344b4fc50b336dd0e 100644 (file)
@@ -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)
 
index 48c8d2b0818b06b6dfbf8b99e50aa63e15b4ff7f..df1c06ec2727e416223cbb9a1f5d01b27bdc1045 100644 (file)
@@ -1411,6 +1411,7 @@ This function is called with no argument.")
 Each element has the form:
    (INPUT-METHOD LANGUAGE-ENV ACTIVATE-FUNC TITLE DESCRIPTION ARGS...)
 See the function `register-input-method' for the meanings of the elements.")
+;; Autoload if this file no longer dumped.
 ;;;###autoload
 (put 'input-method-alist 'risky-local-variable t)