aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/format.el
diff options
context:
space:
mode:
authorGlenn Morris2009-10-15 06:18:02 +0000
committerGlenn Morris2009-10-15 06:18:02 +0000
commitac549fa5e4f9e81fc080a267cf81bdad204db0ae (patch)
tree9acd9b791af82684b9f367e0a0f39f0952555702 /lisp/format.el
parent5f54cae6cc23c593e57692951e1626b1407bbac2 (diff)
downloademacs-ac549fa5e4f9e81fc080a267cf81bdad204db0ae.tar.gz
emacs-ac549fa5e4f9e81fc080a267cf81bdad204db0ae.zip
Convert comments about autoloads into autoload comments.
(No-ops so long as file is dumped.)
Diffstat (limited to 'lisp/format.el')
-rw-r--r--lisp/format.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/format.el b/lisp/format.el
index f15026147c7..c04be656b21 100644
--- a/lisp/format.el
+++ b/lisp/format.el
@@ -136,7 +136,7 @@ MODE-FN, if specified, is called when visiting a file with that format.
136 136
137PRESERVE, if non-nil, means that `format-write-file' should not remove 137PRESERVE, if non-nil, means that `format-write-file' should not remove
138 this format from `buffer-file-format'.") 138 this format from `buffer-file-format'.")
139;; Autoload if this file no longer dumped. 139;;;###autoload
140(put 'format-alist 'risky-local-variable t) 140(put 'format-alist 'risky-local-variable t)
141 141
142;;; Basic Functions (called from Lisp) 142;;; Basic Functions (called from Lisp)