changeset 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 350b549354fc
children 1d802b332e0d
files src/abbrev.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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'.");