diff options
| author | Eli Zaretskii | 2000-01-04 11:56:22 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-01-04 11:56:22 +0000 |
| commit | 42608ba81deccbfb4ec00736627f21a909790cc4 (patch) | |
| tree | 767ec5daaa655c8cb1732ac4ab04615365ead1fd /src | |
| parent | 30a009a5965fb0f26a6951225181223651bf2f44 (diff) | |
| download | emacs-42608ba81deccbfb4ec00736627f21a909790cc4.tar.gz emacs-42608ba81deccbfb4ec00736627f21a909790cc4.zip | |
(syms_of_xfaces): defsubr Scolor_gray_p and
Scolor_supported_p even if HAVE_X_WINDOWS is not defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/xfaces.c | 2 |
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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-01-04 Kenichi Handa <handa@etl.go.jp> | 6 | 2000-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); |