diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index b85ec8d57a9..aa5fda39396 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -887,8 +887,11 @@ etags --help --lang=ada."); | |||
| 887 | static void | 887 | static void |
| 888 | print_version () | 888 | print_version () |
| 889 | { | 889 | { |
| 890 | /* Makes it easier to update automatically. */ | ||
| 891 | char emacs_copyright[] = "Copyright (C) 2007 Free Software Foundation, Inc." | ||
| 892 | |||
| 890 | printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); | 893 | printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); |
| 891 | puts ("Copyright (C) 2007 Free Software Foundation, Inc."); | 894 | puts (emacs_copyright); |
| 892 | puts ("This program is distributed under the terms in ETAGS.README"); | 895 | puts ("This program is distributed under the terms in ETAGS.README"); |
| 893 | 896 | ||
| 894 | exit (EXIT_SUCCESS); | 897 | exit (EXIT_SUCCESS); |