diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fileio.c b/src/fileio.c index dc918b0851b..d7766fa9f1f 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* File IO for GNU Emacs. | 1 | /* File IO for GNU Emacs. |
| 2 | Copyright (C) 1985,86,87,88,93,94,95,96,97,98,99,2000, 2001 | 2 | Copyright (C) 1985,86,87,88,93,94,95,96,97,98,99,2000,01,2003 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| @@ -3844,8 +3844,8 @@ actually used. */) | |||
| 3844 | buf->read_only = Qnil; | 3844 | buf->read_only = Qnil; |
| 3845 | buf->filename = Qnil; | 3845 | buf->filename = Qnil; |
| 3846 | buf->undo_list = Qt; | 3846 | buf->undo_list = Qt; |
| 3847 | buf->overlays_before = Qnil; | 3847 | buf->overlays_before = NULL; |
| 3848 | buf->overlays_after = Qnil; | 3848 | buf->overlays_after = NULL; |
| 3849 | 3849 | ||
| 3850 | set_buffer_internal (buf); | 3850 | set_buffer_internal (buf); |
| 3851 | Ferase_buffer (); | 3851 | Ferase_buffer (); |