aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/abbrev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/abbrev.c b/src/abbrev.c
index ca97637a23a..f30986db343 100644
--- a/src/abbrev.c
+++ b/src/abbrev.c
@@ -555,6 +555,7 @@ for any particular abbrev defined in both.");
555 "The abbrev table of mode-specific abbrevs for Fundamental Mode."); 555 "The abbrev table of mode-specific abbrevs for Fundamental Mode.");
556 Vfundamental_mode_abbrev_table = Fmake_abbrev_table (); 556 Vfundamental_mode_abbrev_table = Fmake_abbrev_table ();
557 current_buffer->abbrev_table = Vfundamental_mode_abbrev_table; 557 current_buffer->abbrev_table = Vfundamental_mode_abbrev_table;
558 buffer_defaults.abbrev_table = Vfundamental_mode_abbrev_table;
558 559
559 DEFVAR_LISP ("last-abbrev", &Vlast_abbrev, 560 DEFVAR_LISP ("last-abbrev", &Vlast_abbrev,
560 "The abbrev-symbol of the last abbrev expanded. See `abbrev-symbol'."); 561 "The abbrev-symbol of the last abbrev expanded. See `abbrev-symbol'.");