]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_abbrev): Set buffer_default's abbrev table
authorGerd Moellmann <gerd@gnu.org>
Mon, 19 Jun 2000 15:58:23 +0000 (15:58 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 19 Jun 2000 15:58:23 +0000 (15:58 +0000)
to Vfundamental_mode_abbrev_table.

src/abbrev.c

index ca97637a23affa478becf3468a7a38d5071964d6..f30986db3434544abf982c99bef37ee41d674eb5 100644 (file)
@@ -555,6 +555,7 @@ for any particular abbrev defined in both.");
     "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'.");