diff options
| author | Joakim Verona | 2011-10-02 09:44:26 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-10-02 09:44:26 +0200 |
| commit | 6ae1821f00fdc051a2c6b41d83afe9151c6093c1 (patch) | |
| tree | 931bee24ca25305ce4d6b4ea0fc48439b85ef6f8 /src/buffer.c | |
| parent | 7a982f9eef56799ebe5857f7b8b3e636c6715090 (diff) | |
| parent | 32c1fffd728cfed8427d144bf7c622257aad859f (diff) | |
| download | emacs-6ae1821f00fdc051a2c6b41d83afe9151c6093c1.tar.gz emacs-6ae1821f00fdc051a2c6b41d83afe9151c6093c1.zip | |
upstream
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index dffdeb536fc..f38c9a739a6 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -724,7 +724,7 @@ reset_buffer (register struct buffer *b) | |||
| 724 | b->prevent_redisplay_optimizations_p = 1; | 724 | b->prevent_redisplay_optimizations_p = 1; |
| 725 | BVAR (b, backed_up) = Qnil; | 725 | BVAR (b, backed_up) = Qnil; |
| 726 | BUF_AUTOSAVE_MODIFF (b) = 0; | 726 | BUF_AUTOSAVE_MODIFF (b) = 0; |
| 727 | b->auto_save_failure_time = -1; | 727 | b->auto_save_failure_time = 0; |
| 728 | BVAR (b, auto_save_file_name) = Qnil; | 728 | BVAR (b, auto_save_file_name) = Qnil; |
| 729 | BVAR (b, read_only) = Qnil; | 729 | BVAR (b, read_only) = Qnil; |
| 730 | b->overlays_before = NULL; | 730 | b->overlays_before = NULL; |