From ea4fa0af4b3d0f1904fb3f19516343b6322f8e9c Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 3 Jan 2000 21:20:37 +0000 Subject: [PATCH] (syms_of_xfaces): Change Sface_color_gray_p to Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p. --- src/xfaces.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xfaces.c b/src/xfaces.c index 24df79e4a32..4e5a3f62692 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -6698,8 +6698,8 @@ syms_of_xfaces () defsubr (&Sinternal_set_lisp_face_attribute); #ifdef HAVE_X_WINDOWS defsubr (&Sinternal_set_lisp_face_attribute_from_resource); - defsubr (&Sface_color_gray_p); - defsubr (&Sface_color_supported_p); + defsubr (&Scolor_gray_p); + defsubr (&Scolor_supported_p); #endif defsubr (&Sinternal_get_lisp_face_attribute); defsubr (&Sinternal_lisp_face_attribute_values); -- 2.39.5