emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/format.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/format.el [emacs-unicode-2]
Date: Thu, 09 Sep 2004 06:04:03 -0400

Index: emacs/lisp/format.el
diff -c emacs/lisp/format.el:1.41.4.3 emacs/lisp/format.el:1.41.4.4
*** emacs/lisp/format.el:1.41.4.3       Mon Jun 28 07:28:40 2004
--- emacs/lisp/format.el        Thu Sep  9 09:36:31 2004
***************
*** 37,43 ****
  ;; 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
  ;; 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).
--- 37,43 ----
  ;; 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 `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,67 ****
--- 62,68 ----
  ;;; 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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]