changeset 27120:24a08208cf3a

(syms_of_xfaces): Change Sface_color_gray_p to Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 03 Jan 2000 21:20:37 +0000
parents c7370f86f61b
children a1daedc19c52
files src/xfaces.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfaces.c	Mon Jan 03 17:04:20 2000 +0000
+++ b/src/xfaces.c	Mon Jan 03 21:20:37 2000 +0000
@@ -6698,8 +6698,8 @@
   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);