diff options
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. 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) |