]> git.eshelyaron.com Git - emacs.git/commitdiff
(UNEXEC): Comment out definition.
authorRichard M. Stallman <rms@gnu.org>
Fri, 13 Sep 2002 19:36:33 +0000 (19:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 13 Sep 2002 19:36:33 +0000 (19:36 +0000)
src/ChangeLog
src/s/sol2-6.h

index 253f97c12add783152d182e6862ee93fac0f2fa0..4ad23b9192911ab82517878f5b811485dc245443 100644 (file)
@@ -1,3 +1,11 @@
+2002-09-13  Richard M. Stallman  <rms@gnu.org>
+
+       * s/sol2-6.h (UNEXEC): Comment out definition.
+
+       * unexsol.c (unexec): Don't downcase first letter of error msg.
+
+       * xfaces.c (Fcolor_supported_p): Just one arg is required.
+
 2002-09-12  Markus Rost  <rost@math.ohio-state.edu>
 
        * unexsol.c: Include buffer.h, charset.h, coding.h.
index 7262415d07cbab70f08d2ce15c059aff987ac562..9465139765847fe34369b4bf09aa8ea933821506 100644 (file)
@@ -2,6 +2,7 @@
 
 #include "sol2-5.h"
 
+#if 0 /* dldump does not handle all the extensions used by GNU ld.  */
 #undef UNEXEC
 #define UNEXEC unexsol.o
-
+#endif