emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/composite.c,v


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/src/composite.c,v
Date: Wed, 17 Sep 2008 19:16:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Romain Francoise <rfrancoise>   08/09/17 19:16:12

Index: composite.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/composite.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- composite.c 17 Sep 2008 00:38:58 -0000      1.63
+++ composite.c 17 Sep 2008 19:16:11 -0000      1.64
@@ -1429,7 +1429,7 @@
     return PT;
 
   /* Next check the automatic composition.  */
-  if (! find_automatic_composition (PT, -1, &beg, &end, &val, Qnil)
+  if (! find_automatic_composition (PT, (EMACS_INT) -1, &beg, &end, &val, Qnil)
       || beg == PT)
     return PT;
   for (i = 0; i < LGSTRING_GLYPH_LEN (val); i++)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]