mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
(reset_buffer_local_variables): Remove redundant setting.
This commit is contained in:
parent
c685fcef6b
commit
f66cca4e87
1 changed files with 0 additions and 1 deletions
|
|
@ -684,7 +684,6 @@ reset_buffer_local_variables (b, permanent_too)
|
|||
We ignore it here. */
|
||||
b->major_mode = Qfundamental_mode;
|
||||
b->keymap = Qnil;
|
||||
b->abbrev_table = Vfundamental_mode_abbrev_table;
|
||||
b->mode_name = QSFundamental;
|
||||
b->minor_modes = Qnil;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue