(print_version): Add `emacs_copyright' string, for easier automatic
authorGlenn Morris <rgm@gnu.org>
Thu, 7 Jun 2007 07:25:14 +0000 (07:25 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 7 Jun 2007 07:25:14 +0000 (07:25 +0000)
updating.

lib-src/etags.c
lisp/ChangeLog

index b85ec8d..aa5fda3 100644 (file)
@@ -887,8 +887,11 @@ etags --help --lang=ada.");
 static void
 print_version ()
 {
+  /* Makes it easier to update automatically. */
+  char emacs_copyright[] = "Copyright (C) 2007 Free Software Foundation, Inc."
+
   printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION);
-  puts ("Copyright (C) 2007 Free Software Foundation, Inc.");
+  puts (emacs_copyright);
   puts ("This program is distributed under the terms in ETAGS.README");
 
   exit (EXIT_SUCCESS);
index d3bd822..12fea46 100644 (file)
@@ -2,6 +2,8 @@
 
        * version.el (emacs-copyright): New constant.
 
+       * calc/calc-help.el (calc-full-help): Use emacs-copyright.
+
        * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
        `make-local'.
        (byte-compile-warnings-safe-p): Add `make-local'.