comparison src/composite.c @ 88929:a299fdd2a731

(update_compositions): Declare arg.
author Dave Love <fx@gnu.org>
date Tue, 30 Jul 2002 11:34:40 +0000
parents 97f11940f06a
children 6ed290fbc678
comparison
equal deleted inserted replaced
88928:168e6393f622 88929:a299fdd2a731
473 This function is called when a buffer text is changed. If the 473 This function is called when a buffer text is changed. If the
474 change is deletion, FROM == TO. Otherwise, FROM < TO. */ 474 change is deletion, FROM == TO. Otherwise, FROM < TO. */
475 475
476 void 476 void
477 update_compositions (from, to, check_mask) 477 update_compositions (from, to, check_mask)
478 int from, to; 478 int from, to, check_mask;
479 { 479 {
480 Lisp_Object prop; 480 Lisp_Object prop;
481 int start, end; 481 int start, end;
482 482
483 if (inhibit_modification_hooks) 483 if (inhibit_modification_hooks)