summaryrefslogtreecommitdiff
path: root/lisp/format.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-10-15 06:18:02 +0000
committerGlenn Morris <rgm@gnu.org>2009-10-15 06:18:02 +0000
commitac549fa5e4f9e81fc080a267cf81bdad204db0ae (patch)
tree9acd9b791af82684b9f367e0a0f39f0952555702 /lisp/format.el
parent5f54cae6cc23c593e57692951e1626b1407bbac2 (diff)
downloademacs-ac549fa5e4f9e81fc080a267cf81bdad204db0ae.tar.gz
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.
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)
;;; Basic Functions (called from Lisp)