diff lib-src/ebrowse.c @ 112239:fd7837a29da3

merge emacs-23
author Kenichi Handa <handa@m17n.org>
date Tue, 04 Jan 2011 15:57:54 +0900
parents 794f724ca655
children 40af77a50adc
line wrap: on
line diff
--- a/lib-src/ebrowse.c	Mon Dec 27 20:03:58 2010 +0900
+++ b/lib-src/ebrowse.c	Tue Jan 04 15:57:54 2011 +0900
@@ -1,8 +1,8 @@
 /* ebrowse.c --- parsing files for the ebrowse C++ browser
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
-              2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
-              Free Software Foundation, Inc.
+  2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -3685,7 +3685,7 @@
 version ()
 {
   /* Makes it easier to update automatically. */
-  char emacs_copyright[] = "Copyright (C) 2010 Free Software Foundation, Inc.";
+  char emacs_copyright[] = "Copyright (C) 2011 Free Software Foundation, Inc.";
 
   printf ("ebrowse %s\n", VERSION);
   puts (emacs_copyright);
@@ -3989,7 +3989,4 @@
   return EXIT_SUCCESS;
 }
 
-/* arch-tag: fc03b4bc-91a9-4c3d-b3b9-12a77fa86dd8
-   (do not change this comment) */
-
 /* ebrowse.c ends here */