From 42608ba81deccbfb4ec00736627f21a909790cc4 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 4 Jan 2000 11:56:22 +0000 Subject: [PATCH 1/1] (syms_of_xfaces): defsubr Scolor_gray_p and Scolor_supported_p even if HAVE_X_WINDOWS is not defined. --- src/ChangeLog | 5 +++++ src/xfaces.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 809cd628b3..99e667e29c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-01-04 Eli Zaretskii + + * 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 * fileio.c (Finsert_file_contents): Signal error if visiting file diff --git a/src/xfaces.c b/src/xfaces.c index 4e5a3f6269..c4d7923d26 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -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); -- 2.20.1