Mercurial > emacs
changeset 81223:58d377c5c5bb
(print_version): Add `emacs_copyright' string, for easier automatic
updating.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 07 Jun 2007 07:23:48 +0000 |
parents | 448f26589c80 |
children | d5bf6962455f |
files | lib-src/etags.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/etags.c Thu Jun 07 07:23:36 2007 +0000 +++ b/lib-src/etags.c Thu Jun 07 07:23:48 2007 +0000 @@ -887,8 +887,11 @@ 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);