aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2002-03-22 17:53:09 +0000
committerEli Zaretskii2002-03-22 17:53:09 +0000
commit483812aebde4dab378866872cb0fef65cd20971d (patch)
tree12e2b7cf20fe6cb93e6e48f0f7f6ee106275d6e3 /src
parent78e17433d2a3a2431323328b536971f397a5eaf2 (diff)
downloademacs-483812aebde4dab378866872cb0fef65cd20971d.tar.gz
emacs-483812aebde4dab378866872cb0fef65cd20971d.zip
(main): Update the Copyright year in the blurb printed
by "emacs --version".
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
-rw-r--r--src/emacs.c4
2 files changed, 5 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b7e5ea87220..c802d34aaae 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12002-03-22 Eli Zaretskii <eliz@is.elta.co.il> 12002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
2 2
3 * emacs.c (main): Update the Copyright year in the blurb printed
4 by "emacs --version".
5
3 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2. 6 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
4 7
5 * xterm.c (XTread_socket): If XK_ISO_Lock and 8 * xterm.c (XTread_socket): If XK_ISO_Lock and
diff --git a/src/emacs.c b/src/emacs.c
index 6f2d3e3f195..f01fb79bfe2 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1,5 +1,5 @@
1/* Fully extensible Emacs, running on Unix, intended for GNU. 1/* Fully extensible Emacs, running on Unix, intended for GNU.
2 Copyright (C) 1985,86,87,93,94,95,97,98,1999,2001 2 Copyright (C) 1985,86,87,93,94,95,97,98,1999,2001,2002
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
@@ -812,7 +812,7 @@ main (argc, argv, envp)
812 else 812 else
813 { 813 {
814 printf ("GNU Emacs %s\n", XSTRING (tem)->data); 814 printf ("GNU Emacs %s\n", XSTRING (tem)->data);
815 printf ("Copyright (C) 2001 Free Software Foundation, Inc.\n"); 815 printf ("Copyright (C) 2002 Free Software Foundation, Inc.\n");
816 printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n"); 816 printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n");
817 printf ("You may redistribute copies of Emacs\n"); 817 printf ("You may redistribute copies of Emacs\n");
818 printf ("under the terms of the GNU General Public License.\n"); 818 printf ("under the terms of the GNU General Public License.\n");