From d7b94c98ba0ef2f2d19715d87402ae9e1e74f347 Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Wed, 19 Oct 2005 16:53:31 +0000 Subject: [PATCH] (main): Update copyright year. --- src/ChangeLog | 6 ++++-- src/emacs.c | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 852a7b9745e..4bfa70cf3f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-10-19 Romain Francoise + + * emacs.c (main): Update copyright year. + 2005-10-18 Chong Yidong * image.c (Vmax_image_size): New variable. @@ -7170,8 +7174,6 @@ * casefiddle.c (casify_object): Return OBJ unchanged if not real char. - * emacs.c (main): Update copyright year. - * fileio.c (Fread_file_name): Expand DIR if not absolute. * insdel.c (del_range_2, replace_range): Don't write an anchor diff --git a/src/emacs.c b/src/emacs.c index 4eee9e0e534..d3e16c046db 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -896,7 +896,7 @@ main (argc, argv else { printf ("GNU Emacs %s\n", SDATA (tem)); - printf ("Copyright (C) 2004 Free Software Foundation, Inc.\n"); + printf ("Copyright (C) 2005 Free Software Foundation, Inc.\n"); printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n"); printf ("You may redistribute copies of Emacs\n"); printf ("under the terms of the GNU General Public License.\n"); -- 2.39.5