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: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/font.h,v
Date: Fri, 13 Jun 2008 14:29:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/06/13 14:29:47

Index: font.h
===================================================================
RCS file: /sources/emacs/emacs/src/font.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- font.h      10 Jun 2008 02:09:41 -0000      1.13
+++ font.h      13 Jun 2008 14:29:46 -0000      1.14
@@ -776,6 +776,10 @@
 extern Lisp_Object font_style_symbolic P_ ((Lisp_Object font,
                                            enum font_property_index prop,
                                            int for_face));
+extern Lisp_Object font_style_symbolic_from_value
+                      P_ ((enum font_property_index prop,
+                           Lisp_Object val,
+                           int for_face));
 
 extern int font_match_p P_ ((Lisp_Object spec, Lisp_Object entity));
 extern Lisp_Object font_list_entities P_ ((Lisp_Object frame,




reply via email to

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