diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 4 |
1 files 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 () | |||
| 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); |