(syms_of_xfaces): defsubr Scolor_gray_p and
authorEli Zaretskii <eliz@gnu.org>
Tue, 4 Jan 2000 11:56:22 +0000 (11:56 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 4 Jan 2000 11:56:22 +0000 (11:56 +0000)
Scolor_supported_p even if HAVE_X_WINDOWS is not defined.

src/ChangeLog
src/xfaces.c

index 809cd62..99e667e 100644 (file)
@@ -1,3 +1,8 @@
+2000-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * xfaces.c (syms_of_xfaces): defsubr Scolor_gray_p and
+       Scolor_supported_p even if HAVE_X_WINDOWS is not defined.
+
 2000-01-04  Kenichi Handa  <handa@etl.go.jp>
 
        * fileio.c (Finsert_file_contents): Signal error if visiting file
index 4e5a3f6..c4d7923 100644 (file)
@@ -6698,9 +6698,9 @@ syms_of_xfaces ()
   defsubr (&Sinternal_set_lisp_face_attribute);
 #ifdef HAVE_X_WINDOWS
   defsubr (&Sinternal_set_lisp_face_attribute_from_resource);
+#endif
   defsubr (&Scolor_gray_p);
   defsubr (&Scolor_supported_p);
-#endif
   defsubr (&Sinternal_get_lisp_face_attribute);
   defsubr (&Sinternal_lisp_face_attribute_values);
   defsubr (&Sinternal_lisp_face_equal_p);