# HG changeset patch # User Jim Blandy # Date 740421192 0 # Node ID 8f353c2491d0c1fd700dde43451defac5e47a6b3 # Parent 6c4ad8344c3f6768c0eb0304aaa3671fc6342cad * 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. diff -r 6c4ad8344c3f -r 8f353c2491d0 src/xfns.c --- 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