changeset 3821:8f353c2491d0

* xfns.c: Always #include "bitmaps/gray.xbm"; the bitmaps seem to be missing on some systems, and there's no point in having configure check; it should work fine to always use our copy.
author Jim Blandy <jimb@redhat.com>
date Fri, 18 Jun 1993 16:33:12 +0000
parents 6c4ad8344c3f
children 242b72c42f33
files src/xfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Fri Jun 18 15:59:49 1993 +0000
+++ b/src/xfns.c	Fri Jun 18 16:33:12 1993 +0000
@@ -39,7 +39,7 @@
 extern void abort ();
 
 #ifndef VMS
-#ifdef EMACS_BITMAP_FILES
+#if 1 /* Used to be #ifdef EMACS_BITMAP_FILES, but this should always work.  */
 #include "bitmaps/gray.xbm"
 #else
 #include <X11/bitmaps/gray>