From: Gerd Moellmann Date: Sun, 18 Jun 2000 00:04:47 +0000 (+0000) Subject: (syms_of_xfaces) [DEBUG_X_COLORS]: Defsubr dump_colors X-Git-Tag: emacs-pretest-21.0.90~3269 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38426dee3e6456a70936f0a4bf3af5f8756e59b7;p=emacs.git (syms_of_xfaces) [DEBUG_X_COLORS]: Defsubr dump_colors only if HAVE_X_WINDOWS. --- 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 () defsubr (&Sclear_face_cache); defsubr (&Stty_suppress_bold_inverse_default_colors); -#ifdef DEBUG_X_COLORS +#if defined DEBUG_X_COLORS && defined HAVE_X_WINDOWS defsubr (&Sdump_colors); #endif