From: Luc Teirlinck Date: Wed, 8 Sep 2004 02:44:32 +0000 (+0000) Subject: (buffer-auto-save-file-format): Make it permanent local. X-Git-Tag: ttn-vms-21-2-B4~5026 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a2255ad3830b089520521c1b5ea2d97cc985160;p=emacs.git (buffer-auto-save-file-format): Make it permanent local. --- diff --git a/lisp/format.el b/lisp/format.el index f3a5ae2d581..62b957452b0 100644 --- a/lisp/format.el +++ b/lisp/format.el @@ -37,7 +37,7 @@ ;; change this variable, or use `format-write-file'. ;; ;; Auto-save files are normally created in the same format as the visited -;; file, but the variable `auto-save-file-format' can be set to a +;; file, but the variable `buffer-auto-save-file-format' can be set to a ;; particularly fast or otherwise preferred format to be used for ;; auto-saving (or nil to do no encoding on auto-save files, but then you ;; risk losing any text-properties in the buffer). @@ -62,6 +62,7 @@ ;;; Code: (put 'buffer-file-format 'permanent-local t) +(put 'buffer-auto-save-file-format 'permanent-local t) (defvar format-alist '((text/enriched "Extended MIME text/enriched format."