From 7990b61a915a095639cc4986e8bce99c4d08326a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 15 Apr 2011 03:26:32 +0200 Subject: [PATCH] src/font.c (Qopentype): Don't make static (used from w32uniscribe.c). --- src/ChangeLog | 4 ++++ src/font.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index e3e6862f7e8..8ab1974ed58 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -3,6 +3,10 @@ * process.c (Qprocessp): Don't declare static. * lisp.h (Qprocessp): Declare again. +2011-04-15 Juanma Barranquero + + * font.c (Qopentype): Don't make static (used from w32uniscribe.c). + 2011-04-14 Paul Eggert Improve C-level modularity by making more things 'static'. diff --git a/src/font.c b/src/font.c index 7d8b94bddf2..7fe0815d80e 100644 --- a/src/font.c +++ b/src/font.c @@ -48,7 +48,7 @@ along with GNU Emacs. If not, see . */ #include "nsterm.h" #endif /* HAVE_NS */ -static Lisp_Object Qopentype; +Lisp_Object Qopentype; /* Important character set strings. */ Lisp_Object Qascii_0, Qiso8859_1, Qiso10646_1, Qunicode_bmp, Qunicode_sip; -- 2.39.2