diff options
| author | Jim Blandy | 1993-06-18 16:33:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-18 16:33:12 +0000 |
| commit | 0505a7403322c0e481fb8000bd122b1ba6405f63 (patch) | |
| tree | f253a4b21dbffd71333651feea84ff14c3e3aca0 /src | |
| parent | 564d75ed21ed9d66c4134be2eb8fce7ea6bfa8cc (diff) | |
| download | emacs-0505a7403322c0e481fb8000bd122b1ba6405f63.tar.gz emacs-0505a7403322c0e481fb8000bd122b1ba6405f63.zip | |
* 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')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index 3d5d07e28a5..db0cd640074 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -39,7 +39,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 39 | extern void abort (); | 39 | extern void abort (); |
| 40 | 40 | ||
| 41 | #ifndef VMS | 41 | #ifndef VMS |
| 42 | #ifdef EMACS_BITMAP_FILES | 42 | #if 1 /* Used to be #ifdef EMACS_BITMAP_FILES, but this should always work. */ |
| 43 | #include "bitmaps/gray.xbm" | 43 | #include "bitmaps/gray.xbm" |
| 44 | #else | 44 | #else |
| 45 | #include <X11/bitmaps/gray> | 45 | #include <X11/bitmaps/gray> |