aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-19 15:58:23 +0000
committerGerd Moellmann2000-06-19 15:58:23 +0000
commitc8bb816774000f1f139eded53827673db6f64bed (patch)
tree95a162ffd7536e1b5d38643de4624c152ae73dec /src
parent48c9f05418c6ba318836c52dadd3ba5f4a28a929 (diff)
downloademacs-c8bb816774000f1f139eded53827673db6f64bed.tar.gz
emacs-c8bb816774000f1f139eded53827673db6f64bed.zip
(syms_of_abbrev): Set buffer_default's abbrev table
to Vfundamental_mode_abbrev_table.
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'.");