/[emacs]/emacs/lisp/format.el
ViewVC logotype

Diff of /emacs/lisp/format.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37.2.6 by miles, Tue Jul 6 09:47:52 2004 UTC revision 1.37.2.7 by miles, Thu Sep 16 00:12:21 2004 UTC
# Line 37  Line 37 
37  ;; change this variable, or use `format-write-file'.  ;; change this variable, or use `format-write-file'.
38  ;;  ;;
39  ;; Auto-save files are normally created in the same format as the visited  ;; Auto-save files are normally created in the same format as the visited
40  ;; 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
41  ;; particularly fast or otherwise preferred format to be used for  ;; particularly fast or otherwise preferred format to be used for
42  ;; auto-saving (or nil to do no encoding on auto-save files, but then you  ;; auto-saving (or nil to do no encoding on auto-save files, but then you
43  ;; risk losing any text-properties in the buffer).  ;; risk losing any text-properties in the buffer).
# Line 62  Line 62 
62  ;;; Code:  ;;; Code:
63    
64  (put 'buffer-file-format 'permanent-local t)  (put 'buffer-file-format 'permanent-local t)
65    (put 'buffer-auto-save-file-format 'permanent-local t)
66    
67  (defvar format-alist  (defvar format-alist
68    '((text/enriched "Extended MIME text/enriched format."    '((text/enriched "Extended MIME text/enriched format."

Legend:
Removed from v.1.37.2.6  
changed lines
  Added in v.1.37.2.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26