diff src/abbrev.c @ 29742:47ad175d6357

(syms_of_abbrev): Set buffer_default's abbrev table to Vfundamental_mode_abbrev_table.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 19 Jun 2000 15:58:23 +0000
parents 48cb03c9d1d8
children fd7c0dac2110
line wrap: on
line diff
--- 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'.");