Mercurial > emacs
changeset 81231:404952adbf23
Fix typo in previous change.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 07 Jun 2007 07:47:00 +0000 |
parents | 488b6efe575f |
children | afb1869f8a12 |
files | lib-src/etags.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/etags.c Thu Jun 07 07:29:55 2007 +0000 +++ b/lib-src/etags.c Thu Jun 07 07:47:00 2007 +0000 @@ -888,7 +888,7 @@ print_version () { /* Makes it easier to update automatically. */ - char emacs_copyright[] = "Copyright (C) 2007 Free Software Foundation, Inc." + char emacs_copyright[] = "Copyright (C) 2007 Free Software Foundation, Inc."; printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); puts (emacs_copyright);