comparison src/undo.c @ 21514:fa9ff387d260

Fix -Wimplicit warnings.
author Andreas Schwab <schwab@suse.de>
date Tue, 14 Apr 1998 12:25:56 +0000
parents b1bc69132f55
children a5eaace0fa01
comparison
equal deleted inserted replaced
21513:984881b316fc 21514:fa9ff387d260
522 522
523 UNGCPRO; 523 UNGCPRO;
524 return unbind_to (count, list); 524 return unbind_to (count, list);
525 } 525 }
526 526
527 void
527 syms_of_undo () 528 syms_of_undo ()
528 { 529 {
529 Qinhibit_read_only = intern ("inhibit-read-only"); 530 Qinhibit_read_only = intern ("inhibit-read-only");
530 staticpro (&Qinhibit_read_only); 531 staticpro (&Qinhibit_read_only);
531 532