]> git.eshelyaron.com Git - emacs.git/commitdiff
(NO_EDITRES): Define even if HAVE_LIBXMU.
authorGerd Moellmann <gerd@gnu.org>
Mon, 3 Jan 2000 21:22:35 +0000 (21:22 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 3 Jan 2000 21:22:35 +0000 (21:22 +0000)
src/ChangeLog
src/s/hpux9.h

index c1b7c0a9de2073e75f154a6e286987093306a566..c096c0a8870864016375e02b2ad033ae32114655 100644 (file)
@@ -1,3 +1,10 @@
+2000-01-03  Gerd Moellmann  <gerd@gnu.org>
+
+       * xfaces.c (syms_of_xfaces): Change Sface_color_gray_p to
+       Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p.
+
+       * s/hpux9.h (NO_EDITRES): Define even if HAVE_LIBXMU.
+
 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * xdisp.c (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No
index e2423afd0556234cd51f6a8fd421a6a27b87bedd..d73d3b7ce8d7b3546805a5cfebe14fa5fc0de477 100644 (file)
 /* HP-UX doesn't supply Xmu.  */
 #define LIBXMU
 
-/* Unfortunately without libXmu we cannot support EditRes.  */
-#define NO_EDITRES
 #endif
 
+/* Assar Westerlund <assar@sics.se> says this is necessary for
+   HP-UX 10.20, and that it works for HP-UX 0 as well.  */
+#define NO_EDITRES
+
 /* zoo@armadillo.com says we don't need -lXext in HPUX 9.  */
 #undef LIBX11_SYSTEM