Mercurial > emacs
comparison src/buffer.h @ 56975:ef6ff15b0458
(struct buffer): Add auto_save_file_format field.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Wed, 08 Sep 2004 02:21:45 +0000 |
parents | 5407da499273 |
children | 12d1ea96b466 cce1c0ee76ee |
comparison
equal
deleted
inserted
replaced
56974:5b47e4751161 | 56975:ef6ff15b0458 |
---|---|
664 Lisp_Object buffer_file_coding_system; | 664 Lisp_Object buffer_file_coding_system; |
665 | 665 |
666 /* List of symbols naming the file format used for visited file. */ | 666 /* List of symbols naming the file format used for visited file. */ |
667 Lisp_Object file_format; | 667 Lisp_Object file_format; |
668 | 668 |
669 /* List of symbols naming the file format used for auto-save file. */ | |
670 Lisp_Object auto_save_file_format; | |
671 | |
669 /* True if the newline position cache and width run cache are | 672 /* True if the newline position cache and width run cache are |
670 enabled. See search.c and indent.c. */ | 673 enabled. See search.c and indent.c. */ |
671 Lisp_Object cache_long_line_scans; | 674 Lisp_Object cache_long_line_scans; |
672 | 675 |
673 /* If the width run cache is enabled, this table contains the | 676 /* If the width run cache is enabled, this table contains the |