comparison src/abbrev.c @ 21514:fa9ff387d260

Fix -Wimplicit warnings.
author Andreas Schwab <schwab@suse.de>
date Tue, 14 Apr 1998 12:25:56 +0000
parents 50929073a0ba
children c8e47ec53eb6
comparison
equal deleted inserted replaced
21513:984881b316fc 21514:fa9ff387d260
515 Fdefine_abbrev (table, name, exp, hook, count); 515 Fdefine_abbrev (table, name, exp, hook, count);
516 } 516 }
517 return Qnil; 517 return Qnil;
518 } 518 }
519 519
520 void
520 syms_of_abbrev () 521 syms_of_abbrev ()
521 { 522 {
522 DEFVAR_LISP ("abbrev-table-name-list", &Vabbrev_table_name_list, 523 DEFVAR_LISP ("abbrev-table-name-list", &Vabbrev_table_name_list,
523 "List of symbols whose values are abbrev tables."); 524 "List of symbols whose values are abbrev tables.");
524 Vabbrev_table_name_list = Fcons (intern ("fundamental-mode-abbrev-table"), 525 Vabbrev_table_name_list = Fcons (intern ("fundamental-mode-abbrev-table"),