From: Romain Francoise Date: Wed, 19 Oct 2005 16:53:31 +0000 (+0000) Subject: (main): Update copyright year. X-Git-Tag: emacs-pretest-22.0.90~6502 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7b94c98ba0ef2f2d19715d87402ae9e1e74f347;p=emacs.git (main): Update copyright year. --- 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");