[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xfns.c,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/xfns.c,v |
Date: |
Thu, 31 Jul 2008 05:34:21 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/31 05:33:56
Index: src/xfns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xfns.c,v
retrieving revision 1.725
retrieving revision 1.726
diff -u -b -r1.725 -r1.726
--- src/xfns.c 31 Jul 2008 02:47:30 -0000 1.725
+++ src/xfns.c 31 Jul 2008 05:33:55 -0000 1.726
@@ -56,15 +56,11 @@
#include <sys/types.h>
#include <sys/stat.h>
-#ifndef VMS
#if 1 /* Used to be #ifdef EMACS_BITMAP_FILES, but this should always work. */
#include "bitmaps/gray.xbm"
#else
#include <X11/bitmaps/gray>
#endif
-#else
-#include "[.bitmaps]gray.xbm"
-#endif
#ifdef USE_GTK
#include "gtkutil.h"
- [Emacs-diffs] Changes to emacs/src/xfns.c,v, Jason Rumney, 2008/07/02
- [Emacs-diffs] Changes to emacs/src/xfns.c,v, Chong Yidong, 2008/07/08
- [Emacs-diffs] Changes to emacs/src/xfns.c,v, Jason Rumney, 2008/07/09
- [Emacs-diffs] Changes to emacs/src/xfns.c,v, Adrian Robert, 2008/07/15
- [Emacs-diffs] Changes to emacs/src/xfns.c,v, Dan Nicolaescu, 2008/07/30
- [Emacs-diffs] Changes to emacs/src/xfns.c,v,
Dan Nicolaescu <=