From: Gerd Moellmann Date: Mon, 3 Jan 2000 21:20:37 +0000 (+0000) Subject: (syms_of_xfaces): Change Sface_color_gray_p to X-Git-Tag: emacs-pretest-21.0.90~5528 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea4fa0af4b3d0f1904fb3f19516343b6322f8e9c;p=emacs.git (syms_of_xfaces): Change Sface_color_gray_p to Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p. --- 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);