summaryrefslogtreecommitdiff
path: root/lib-src/ebrowse.c
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2011-01-02 15:28:40 -0500
committerChong Yidong <cyd@stupidchicken.com>2011-01-02 15:28:40 -0500
commitaabf1aabe3ddea44097b97c2ae6b0b49c8835694 (patch)
tree4127fbf210c54dcdd79da2a243a5657aa7ccba70 /lib-src/ebrowse.c
parentccb8d0758e768de9599d98701ae4a30b9ab1c2e9 (diff)
parent7daf931b1c748ac72364b945c05da252a1d22c20 (diff)
downloademacs-aabf1aabe3ddea44097b97c2ae6b0b49c8835694.tar.gz
Merge changes from emacs-23 branch
Diffstat (limited to 'lib-src/ebrowse.c')
-rw-r--r--lib-src/ebrowse.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c
index 81067a90819..72709503070 100644
--- a/lib-src/ebrowse.c
+++ b/lib-src/ebrowse.c
@@ -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.
@@ -3577,7 +3577,7 @@ void
version (void)
{
/* 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);
@@ -3877,7 +3877,4 @@ main (int argc, char **argv)
return EXIT_SUCCESS;
}
-/* arch-tag: fc03b4bc-91a9-4c3d-b3b9-12a77fa86dd8
- (do not change this comment) */
-
/* ebrowse.c ends here */