diff options
| author | Luc Teirlinck | 2004-09-08 03:26:24 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-09-08 03:26:24 +0000 |
| commit | a020987fb78247c6454e8b5a483907bdbf71c70b (patch) | |
| tree | 1343cec0d9079163536280c65e1f6d8fb4bae6da /src/ChangeLog | |
| parent | 65049311b3a575131b33d44c0a589aac3af0b3d0 (diff) | |
| download | emacs-a020987fb78247c6454e8b5a483907bdbf71c70b.tar.gz emacs-a020987fb78247c6454e8b5a483907bdbf71c70b.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 498af248e85..dea219368b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,12 +1,10 @@ | |||
| 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 |