]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xfaces): Change Sface_color_gray_p to
authorGerd Moellmann <gerd@gnu.org>
Mon, 3 Jan 2000 21:20:37 +0000 (21:20 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 3 Jan 2000 21:20:37 +0000 (21:20 +0000)
Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p.

src/xfaces.c

index 24df79e4a32aa71ed80662a0b1fc95214e1052da..4e5a3f626920ce79e9e2dd1fdc30d25e362396cc 100644 (file)
@@ -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);