diff options
| -rw-r--r-- | src/buffer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index ca9111f2e47..e9efad631dd 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -684,7 +684,6 @@ reset_buffer_local_variables (b, permanent_too) | |||
| 684 | We ignore it here. */ | 684 | We ignore it here. */ |
| 685 | b->major_mode = Qfundamental_mode; | 685 | b->major_mode = Qfundamental_mode; |
| 686 | b->keymap = Qnil; | 686 | b->keymap = Qnil; |
| 687 | b->abbrev_table = Vfundamental_mode_abbrev_table; | ||
| 688 | b->mode_name = QSFundamental; | 687 | b->mode_name = QSFundamental; |
| 689 | b->minor_modes = Qnil; | 688 | b->minor_modes = Qnil; |
| 690 | 689 | ||