emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/font.c,v
Date: Wed, 09 Jul 2008 13:24:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/07/09 13:24:11

Index: font.c
===================================================================
RCS file: /sources/emacs/emacs/src/font.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -b -r1.74 -r1.75
--- font.c      9 Jul 2008 02:00:15 -0000       1.74
+++ font.c      9 Jul 2008 13:24:09 -0000       1.75
@@ -2404,7 +2404,7 @@
 /* Check if OTF_CAPABILITY satisfies SPEC (otf-spec).  */
 
 static int
-font_check_otf (spec, otf_capability)
+font_check_otf (Lisp_Object spec, Lisp_Object otf_capability)
 {
   Lisp_Object script, langsys = Qnil, gsub = Qnil, gpos = Qnil;
 




reply via email to

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