CVS update by stephent xemacs/src ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Wed Aug 8 14:06:21 EDT 2007


  User: stephent
  Date: 07/08/08 20:06:21

  Modified:    xemacs/src ChangeLog sunpro.c
Log:
Fix build. <87y7j71ze2.fsf at uwakimon.sk.tsukuba.ac.jp>

Revision  Changes    Path
1.1081    +6 -0      XEmacs/xemacs/src/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.1080
retrieving revision 1.1081
diff -u -p -r1.1080 -r1.1081
--- ChangeLog	2007/08/08 14:54:41	1.1080
+++ ChangeLog	2007/08/08 18:06:11	1.1081
@@ -1,3 +1,9 @@
+2007-08-04  Stephen J. Turnbull  <stephen at xemacs.org>
+
+	* sunpro.c (Fut_log_text): Fix mismatched parentheses, reorganize.
+	Thanks to Paul Keusemann (for a suggested patch) and Rob McMahon
+	for  reporting the issue.
+
 2007-08-08  Aidan Kehoe  <kehoea at parhasard.net>
 
 	* eval.c (Feval): Fix, stick with original error messages instead



1.4       +7 -0      XEmacs/xemacs/src/sunpro.c

Index: sunpro.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/sunpro.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sunpro.c	2004/09/20 19:20:00	1.3
+++ sunpro.c	2007/08/08 18:06:14	1.4
@@ -21,6 +21,12 @@ Boston, MA 02111-1307, USA.  */
 
 /* Synched up with: Not in FSF. */
 
+/* Commentary:
+
+According to Paul Keusemann in <20070802140358.GA19566 at visi.com>, this
+feature probably still works as of 2007-08-02.  However, that doesn't seem
+reliable since there doesn't seem to be a way to configure it! */
+
 #include <config.h>
 #include "lisp.h"
 
@@ -51,6 +57,7 @@ function has no effect and always return
 #else
        (int UNUSED (nargs), Lisp_Object *UNUSED (args))
 #endif
+       )
 {
 #ifdef USAGE_TRACKING
   Lisp_Object xs;





More information about the XEmacs-CVS mailing list