# HG changeset patch # User Romain Francoise # Date 1129740811 0 # Node ID b5d371a00ee300826f0ece7788b49b9cdce13fc5 # Parent 04eb729be3303e7fc1c86c94ee9d4d33f0dff0c1 (main): Update copyright year. diff -r 04eb729be330 -r b5d371a00ee3 src/ChangeLog --- a/src/ChangeLog Wed Oct 19 12:54:43 2005 +0000 +++ b/src/ChangeLog Wed Oct 19 16:53:31 2005 +0000 @@ -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 -r 04eb729be330 -r b5d371a00ee3 src/emacs.c --- a/src/emacs.c Wed Oct 19 12:54:43 2005 +0000 +++ b/src/emacs.c Wed Oct 19 16:53:31 2005 +0000 @@ -896,7 +896,7 @@ 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");