User: stephent
Date: 06/07/21 18:36:52
Modified: xemacs/lib-src ChangeLog etags.c
Log:
Xemacs -> XEmacs in etags.c. <87irlqor0u.fsf_-_(a)tleepslib.sk.tsukuba.ac.jp>
Revision Changes Path
1.211 +4 -0 XEmacs/xemacs/lib-src/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lib-src/ChangeLog,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -p -r1.210 -r1.211
--- ChangeLog 2006/07/19 15:22:34 1.210
+++ ChangeLog 2006/07/21 16:36:50 1.211
@@ -1,3 +1,7 @@
+2006-07-21 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * etags.c: XEmacs -> Xemacs.
+
2006-07-19 Stephen J. Turnbull <stephen(a)xemacs.org>
* etags.c: Sync to pot_etags_version 17.19.
1.36 +3 -3 XEmacs/xemacs/lib-src/etags.c
Index: etags.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lib-src/etags.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- etags.c 2006/07/19 15:22:34 1.35
+++ etags.c 2006/07/21 16:36:51 1.36
@@ -59,10 +59,10 @@ char pot_etags_version[] = "@(#) pot rev
/* On some systems, Emacs defines static as nothing for the sake
of unexec. We don't want that here since we don't use unexec. */
# undef static
-# ifndef PTR /* for Xemacs */
+# ifndef PTR /* for XEmacs */
# define PTR void *
# endif
-# ifndef __P /* for Xemacs */
+# ifndef __P /* for XEmacs */
# define __P(args) args
# endif
#else /* no config.h */
@@ -80,7 +80,7 @@ char pot_etags_version[] = "@(#) pot rev
# define _GNU_SOURCE 1 /* enables some compiler checks on GNU */
#endif
-/* WIN32_NATIVE is for Xemacs.
+/* WIN32_NATIVE is for XEmacs.
MSDOS, WINDOWSNT, DOS_NT are for Emacs. */
#ifdef WIN32_NATIVE
# undef MSDOS
Show replies by date