diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/emacs.c | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1cc3d4d635a..86ec6b1a13d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * emacs.c (main): Update the copyright year. From Werner LEMBERG | ||
| 4 | <wl@gnu.org>. | ||
| 5 | |||
| 1 | 2001-03-25 Gerd Moellmann <gerd@gnu.org> | 6 | 2001-03-25 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (init_from_display_pos): Test invisible property | 8 | * xdisp.c (init_from_display_pos): Test invisible property |
diff --git a/src/emacs.c b/src/emacs.c index 023c036e566..8991ec5cf84 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1,5 +1,6 @@ | |||
| 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 Free Software Foundation, Inc. | 2 | Copyright (C) 1985,86,87,93,94,95,97,98,1999,2001 |
| 3 | Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
| @@ -751,7 +752,7 @@ main (argc, argv, envp) | |||
| 751 | else | 752 | else |
| 752 | { | 753 | { |
| 753 | printf ("GNU Emacs %s\n", XSTRING (tem)->data); | 754 | printf ("GNU Emacs %s\n", XSTRING (tem)->data); |
| 754 | printf ("Copyright (C) 1999 Free Software Foundation, Inc.\n"); | 755 | printf ("Copyright (C) 2001 Free Software Foundation, Inc.\n"); |
| 755 | printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n"); | 756 | printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n"); |
| 756 | printf ("You may redistribute copies of Emacs\n"); | 757 | printf ("You may redistribute copies of Emacs\n"); |
| 757 | printf ("under the terms of the GNU General Public License.\n"); | 758 | printf ("under the terms of the GNU General Public License.\n"); |