]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ffont_info): Define only if HAVE_WINDOW_SYSTEM is
authorKenichi Handa <handa@m17n.org>
Fri, 30 May 2008 13:21:57 +0000 (13:21 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 30 May 2008 13:21:57 +0000 (13:21 +0000)
defined.
(syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
defined.

src/ChangeLog
src/font.c

index c10153c047df2d3bb05a07b2c5814183ca000dbb..dd62f1306ea5e10eafd8499a886ccea292e215d9 100644 (file)
@@ -1,3 +1,10 @@
+2008-05-30  Kenichi Handa  <handa@m17n.org>
+
+       * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is
+       defined.
+       (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
+       defined.
+
 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
index 84fb5ccd265b54c112efb43829b607cb5d329a72..484f02575467bd156086f417adaa2d03aec156fc 100644 (file)
@@ -4349,6 +4349,8 @@ Type C-l to recover what previously shown.  */)
 
 #endif /* FONT_DEBUG */
 
+#ifdef HAVE_WINDOW_SYSTEM
+
 DEFUN ("font-info", Ffont_info, Sfont_info, 1, 2, 0,
        doc: /* Return information about a font named NAME on frame FRAME.
 If FRAME is omitted or nil, use the selected frame.
@@ -4420,6 +4422,7 @@ If the named font is not yet loaded, return nil.  */)
 #endif
   return info;
 }
+#endif
 
 \f
 #define BUILD_STYLE_TABLE(TBL) \
@@ -4591,7 +4594,9 @@ syms_of_font ()
   defsubr (&Sdraw_string);
 #endif
 #endif /* FONT_DEBUG */
+#ifdef HAVE_WINDOW_SYSTEM
   defsubr (&Sfont_info);
+#endif
 
   DEFVAR_LISP ("font-encoding-alist", &Vfont_encoding_alist,
               doc: /*