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.h,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/font.h,v
Date: Sun, 31 Aug 2008 00:57:03 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/08/31 00:57:01

Index: font.h
===================================================================
RCS file: /sources/emacs/emacs/src/font.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- font.h      29 Aug 2008 07:55:02 -0000      1.22
+++ font.h      31 Aug 2008 00:57:00 -0000      1.23
@@ -757,9 +757,9 @@
 extern Lisp_Object font_update_drivers P_ ((FRAME_PTR f, Lisp_Object list));
 extern Lisp_Object font_at P_ ((int c, EMACS_INT pos, struct face *face,
                                struct window *w, Lisp_Object object));
-extern EMACS_INT font_range P_ ((EMACS_INT, EMACS_INT *,
+extern Lisp_Object font_range (EMACS_INT, EMACS_INT *,
                                 struct window *, struct face *,
-                                Lisp_Object));
+                              Lisp_Object);
 extern void font_fill_lglyph_metrics P_ ((Lisp_Object, Lisp_Object));
 
 extern Lisp_Object font_put_extra P_ ((Lisp_Object font, Lisp_Object prop,




reply via email to

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