diff options
author | Glenn Morris <rgm@gnu.org> | 2009-08-25 03:07:16 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-08-25 03:07:16 +0000 |
commit | 56866112bff66a96c22b5517d7fca5dbfa4cddd3 (patch) | |
tree | 2213379f907453ce5de2cf85c4c5a2b7ca970860 /lisp/format.el | |
parent | 5afa3a81e3a6f184158309ceaa68ccb2c0edea1e (diff) | |
download | emacs-56866112bff66a96c22b5517d7fca5dbfa4cddd3.tar.gz |
Revert accidental commit.
Diffstat (limited to 'lisp/format.el')
-rw-r--r-- | lisp/format.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/format.el b/lisp/format.el index 3add7bab121..ddca9872f35 100644 --- a/lisp/format.el +++ b/lisp/format.el @@ -136,7 +136,6 @@ 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(put 'format-alist 'risky-local-variable t) ;;; Basic Functions (called from Lisp) |