diff options
| author | Gerd Moellmann | 2000-06-19 15:58:23 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-19 15:58:23 +0000 |
| commit | c8bb816774000f1f139eded53827673db6f64bed (patch) | |
| tree | 95a162ffd7536e1b5d38643de4624c152ae73dec /src | |
| parent | 48c9f05418c6ba318836c52dadd3ba5f4a28a929 (diff) | |
| download | emacs-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.c | 1 |
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'."); |