Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
483812ae
Commit
483812ae
authored
Mar 22, 2002
by
Eli Zaretskii
Browse files
(main): Update the Copyright year in the blurb printed
by "emacs --version".
parent
78e17433
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/ChangeLog
src/ChangeLog
+3
-0
src/emacs.c
src/emacs.c
+2
-2
No files found.
src/ChangeLog
View file @
483812ae
2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
* emacs.c (main): Update the Copyright year in the blurb printed
by "emacs --version".
* xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
* xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
* xterm.c (XTread_socket): If XK_ISO_Lock and
* xterm.c (XTread_socket): If XK_ISO_Lock and
...
...
src/emacs.c
View file @
483812ae
/* Fully extensible Emacs, running on Unix, intended for GNU.
/* Fully extensible Emacs, running on Unix, intended for GNU.
Copyright (C) 1985,86,87,93,94,95,97,98,1999,2001
Copyright (C) 1985,86,87,93,94,95,97,98,1999,2001
,2002
Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GNU Emacs.
This file is part of GNU Emacs.
...
@@ -812,7 +812,7 @@ main (argc, argv, envp)
...
@@ -812,7 +812,7 @@ main (argc, argv, envp)
else
else
{
{
printf
(
"GNU Emacs %s
\n
"
,
XSTRING
(
tem
)
->
data
);
printf
(
"GNU Emacs %s
\n
"
,
XSTRING
(
tem
)
->
data
);
printf
(
"Copyright (C) 200
1
Free Software Foundation, Inc.
\n
"
);
printf
(
"Copyright (C) 200
2
Free Software Foundation, Inc.
\n
"
);
printf
(
"GNU Emacs comes with ABSOLUTELY NO WARRANTY.
\n
"
);
printf
(
"GNU Emacs comes with ABSOLUTELY NO WARRANTY.
\n
"
);
printf
(
"You may redistribute copies of Emacs
\n
"
);
printf
(
"You may redistribute copies of Emacs
\n
"
);
printf
(
"under the terms of the GNU General Public License.
\n
"
);
printf
(
"under the terms of the GNU General Public License.
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment