comparison src/xfaces.c @ 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 4efa5e54e9a9
children 0ade9883b546
comparison
equal deleted inserted replaced
27119:c7370f86f61b 27120:24a08208cf3a
6696 defsubr (&Sinternal_make_lisp_face); 6696 defsubr (&Sinternal_make_lisp_face);
6697 defsubr (&Sinternal_lisp_face_p); 6697 defsubr (&Sinternal_lisp_face_p);
6698 defsubr (&Sinternal_set_lisp_face_attribute); 6698 defsubr (&Sinternal_set_lisp_face_attribute);
6699 #ifdef HAVE_X_WINDOWS 6699 #ifdef HAVE_X_WINDOWS
6700 defsubr (&Sinternal_set_lisp_face_attribute_from_resource); 6700 defsubr (&Sinternal_set_lisp_face_attribute_from_resource);
6701 defsubr (&Sface_color_gray_p); 6701 defsubr (&Scolor_gray_p);
6702 defsubr (&Sface_color_supported_p); 6702 defsubr (&Scolor_supported_p);
6703 #endif 6703 #endif
6704 defsubr (&Sinternal_get_lisp_face_attribute); 6704 defsubr (&Sinternal_get_lisp_face_attribute);
6705 defsubr (&Sinternal_lisp_face_attribute_values); 6705 defsubr (&Sinternal_lisp_face_attribute_values);
6706 defsubr (&Sinternal_lisp_face_equal_p); 6706 defsubr (&Sinternal_lisp_face_equal_p);
6707 defsubr (&Sinternal_lisp_face_empty_p); 6707 defsubr (&Sinternal_lisp_face_empty_p);