]> code.delx.au - gnu-emacs/blobdiff - lib-src/ebrowse.c
w32.c (sys_open): Don't reset the flags for FD in fd_info[].
[gnu-emacs] / lib-src / ebrowse.c
index f8569fe3747a882af840ce4027a1ca8ded0fd7d6..3a237daf5f8a6c96c50085180ec7e91ce7619553 100644 (file)
@@ -1,6 +1,6 @@
 /* ebrowse.c --- parsing files for the ebrowse C++ browser
 
-Copyright (C) 1992-201 Free Software Foundation, Inc.
+Copyright (C) 1992-2013 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -3516,8 +3516,7 @@ usage (int error)
 static _Noreturn void
 version (void)
 {
-  /* Makes it easier to update automatically. */
-  char emacs_copyright[] = "Copyright (C) 2012 Free Software Foundation, Inc.";
+  char emacs_copyright[] = COPYRIGHT;
 
   printf ("ebrowse %s\n", VERSION);
   puts (emacs_copyright);