Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
29741:350b549354fc | 29742:47ad175d6357 |
---|---|
553 | 553 |
554 DEFVAR_LISP ("fundamental-mode-abbrev-table", &Vfundamental_mode_abbrev_table, | 554 DEFVAR_LISP ("fundamental-mode-abbrev-table", &Vfundamental_mode_abbrev_table, |
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'."); |
561 | 562 |
562 DEFVAR_LISP ("last-abbrev-text", &Vlast_abbrev_text, | 563 DEFVAR_LISP ("last-abbrev-text", &Vlast_abbrev_text, |