# HG changeset patch # User Gerd Moellmann # Date 961430303 0 # Node ID 47ad175d635714b2394abf327adb98ae504f4d07 # Parent 350b549354fc9f24ddfc707ee62b1e8e7f75eb89 (syms_of_abbrev): Set buffer_default's abbrev table to Vfundamental_mode_abbrev_table. diff -r 350b549354fc -r 47ad175d6357 src/abbrev.c --- a/src/abbrev.c Mon Jun 19 15:36:47 2000 +0000 +++ b/src/abbrev.c Mon Jun 19 15:58:23 2000 +0000 @@ -555,6 +555,7 @@ "The abbrev table of mode-specific abbrevs for Fundamental Mode."); Vfundamental_mode_abbrev_table = Fmake_abbrev_table (); current_buffer->abbrev_table = Vfundamental_mode_abbrev_table; + buffer_defaults.abbrev_table = Vfundamental_mode_abbrev_table; DEFVAR_LISP ("last-abbrev", &Vlast_abbrev, "The abbrev-symbol of the last abbrev expanded. See `abbrev-symbol'.");