From: Juanma Barranquero Date: Fri, 15 Apr 2011 01:26:32 +0000 (+0200) Subject: src/font.c (Qopentype): Don't make static (used from w32uniscribe.c). X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~287 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7990b61a915a095639cc4986e8bce99c4d08326a;p=emacs.git src/font.c (Qopentype): Don't make static (used from w32uniscribe.c). --- 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;