]> git.eshelyaron.com Git - emacs.git/commitdiff
(update_compositions): Declare arg.
authorDave Love <fx@gnu.org>
Tue, 30 Jul 2002 11:34:40 +0000 (11:34 +0000)
committerDave Love <fx@gnu.org>
Tue, 30 Jul 2002 11:34:40 +0000 (11:34 +0000)
src/composite.c

index c9d3432355b1ae91aaa47b9d836ab99d23e16dd4..56453b03342c85129ed523c3100b58c203c9656d 100644 (file)
@@ -475,7 +475,7 @@ run_composition_function (from, to, prop)
 
 void
 update_compositions (from, to, check_mask)
-     int from, to;
+     int from, to, check_mask;
 {
   Lisp_Object prop;
   int start, end;