aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-18 00:04:47 +0000
committerGerd Moellmann2000-06-18 00:04:47 +0000
commit38426dee3e6456a70936f0a4bf3af5f8756e59b7 (patch)
tree3772f2d10ed8ab5ad373eb8414874bbbf0d240c2
parent13f0d185ef2a38152e9a7ccf11610e84eacd430a (diff)
downloademacs-38426dee3e6456a70936f0a4bf3af5f8756e59b7.tar.gz
emacs-38426dee3e6456a70936f0a4bf3af5f8756e59b7.zip
(syms_of_xfaces) [DEBUG_X_COLORS]: Defsubr dump_colors
only if HAVE_X_WINDOWS.
-rw-r--r--src/xfaces.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index b8db4c03612..6379b13855c 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -6752,7 +6752,7 @@ syms_of_xfaces ()
6752 defsubr (&Sclear_face_cache); 6752 defsubr (&Sclear_face_cache);
6753 defsubr (&Stty_suppress_bold_inverse_default_colors); 6753 defsubr (&Stty_suppress_bold_inverse_default_colors);
6754 6754
6755#ifdef DEBUG_X_COLORS 6755#if defined DEBUG_X_COLORS && defined HAVE_X_WINDOWS
6756 defsubr (&Sdump_colors); 6756 defsubr (&Sdump_colors);
6757#endif 6757#endif
6758 6758