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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/format.el
Date: Tue, 07 Sep 2004 22:51:14 -0400

Index: emacs/lisp/format.el
diff -c emacs/lisp/format.el:1.46 emacs/lisp/format.el:1.47
*** emacs/lisp/format.el:1.46   Mon Jun  7 20:48:10 2004
--- emacs/lisp/format.el        Wed Sep  8 02:44:32 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]