aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-06-18 16:33:12 +0000
committerJim Blandy <[email protected]>1993-06-18 16:33:12 +0000
commit0505a7403322c0e481fb8000bd122b1ba6405f63 (patch)
treef253a4b21dbffd71333651feea84ff14c3e3aca0 /src/xfns.c
parent564d75ed21ed9d66c4134be2eb8fce7ea6bfa8cc (diff)
* 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.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 3d5d07e28a..db0cd64007 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -39,7 +39,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
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>