diff src/xfns.c @ 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 589aaa4a815b
children 9d92b383b584
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>