diff options
| author | Glenn Morris | 2009-10-15 06:18:02 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-10-15 06:18:02 +0000 |
| commit | ac549fa5e4f9e81fc080a267cf81bdad204db0ae (patch) | |
| tree | 9acd9b791af82684b9f367e0a0f39f0952555702 /lisp/format.el | |
| parent | 5f54cae6cc23c593e57692951e1626b1407bbac2 (diff) | |
| download | emacs-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.el | 2 |
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 | ||
| 137 | PRESERVE, if non-nil, means that `format-write-file' should not remove | 137 | PRESERVE, 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) |