comparison src/ChangeLog @ 56984:ef2bf59ff39e

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 08 Sep 2004 03:26:24 +0000
parents 229351c08a59
children 71bd58f14be5
comparison
equal deleted inserted replaced
56983:1b918ff286e6 56984:ef2bf59ff39e
1 2004-09-07 Luc Teirlinck <teirllm@auburn.edu> 1 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
2 2
3 * buffer.h (struct buffer): Add auto_save_file_format field. 3 * buffer.h (struct buffer): Add auto_save_file_format field.
4
5 * buffer.c (reset_buffer, init_buffer_once): Handle 4 * buffer.c (reset_buffer, init_buffer_once): Handle
6 auto_save_file_format field. 5 auto_save_file_format field.
7 (syms_of_buffer): Add DEFVAR_PER_BUFFER for 6 (syms_of_buffer): Add DEFVAR_PER_BUFFER for
8 `buffer-auto-save-file-format'. 7 `buffer-auto-save-file-format'.
9
10 * fileio.c: Delete declaration for removed Vauto_save_file_format. 8 * fileio.c: Delete declaration for removed Vauto_save_file_format.
11 (build_annotations): Adapt to replacement of 9 (build_annotations): Adapt to replacement of
12 `auto-save-file-format' with the new buffer-local variable 10 `auto-save-file-format' with the new buffer-local variable
13 `buffer-auto-save-file-format'. 11 `buffer-auto-save-file-format'.
14 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format. 12 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.