src/font.c (Qopentype): Don't make static (used from w32uniscribe.c).
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 15 Apr 2011 01:26:32 +0000 (03:26 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 15 Apr 2011 01:26:32 +0000 (03:26 +0200)
src/ChangeLog
src/font.c

index e3e6862..8ab1974 100644 (file)
@@ -3,6 +3,10 @@
        * process.c (Qprocessp): Don't declare static.
        * lisp.h (Qprocessp): Declare again.
 
+2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * font.c (Qopentype): Don't make static (used from w32uniscribe.c).
+
 2011-04-14  Paul Eggert  <eggert@cs.ucla.edu>
 
        Improve C-level modularity by making more things 'static'.
index 7d8b94b..7fe0815 100644 (file)
@@ -48,7 +48,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #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;