1
Fork 0
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:
Stefan Monnier 2003-05-23 18:11:50 +00:00
parent c685fcef6b
commit f66cca4e87

View file

@ -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;