aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/xfaces.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 809cd628b3f..99e667e29c8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12000-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * xfaces.c (syms_of_xfaces): defsubr Scolor_gray_p and
4 Scolor_supported_p even if HAVE_X_WINDOWS is not defined.
5
12000-01-04 Kenichi Handa <handa@etl.go.jp> 62000-01-04 Kenichi Handa <handa@etl.go.jp>
2 7
3 * fileio.c (Finsert_file_contents): Signal error if visiting file 8 * fileio.c (Finsert_file_contents): Signal error if visiting file
diff --git a/src/xfaces.c b/src/xfaces.c
index 4e5a3f62692..c4d7923d26e 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -6698,9 +6698,9 @@ 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#endif
6701 defsubr (&Scolor_gray_p); 6702 defsubr (&Scolor_gray_p);
6702 defsubr (&Scolor_supported_p); 6703 defsubr (&Scolor_supported_p);
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);