Mercurial > emacs
changeset 106816:f3556b1dd4de
Fix breakage to nt/emacsclient.rc in rgm@gnu.org-20100113083510-r0bohw6iwgztwdwr
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 13 Jan 2010 13:11:48 +0100 |
parents | 1d1d5d9bd884 |
children | 13cc2986cf43 |
files | nt/ChangeLog nt/emacsclient.rc |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/ChangeLog Wed Jan 13 00:35:10 2010 -0800 +++ b/nt/ChangeLog Wed Jan 13 13:11:48 2010 +0100 @@ -1,3 +1,7 @@ +2010-01-13 Martin Rudalics <rudalics@gmx.at> + + * emacsclient.rc: Fix format of "LegalCopyright" value. + 2009-12-28 Juanma Barranquero <lekktu@gmail.com> * INSTALL: Remove obsolete notes about line endings, and fix some typos.
--- a/nt/emacsclient.rc Wed Jan 13 00:35:10 2010 -0800 +++ b/nt/emacsclient.rc Wed Jan 13 13:11:48 2010 +0100 @@ -25,8 +25,7 @@ VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" VALUE "FileVersion", "23, 1, 91, 0\0" VALUE "InternalName", "EmacsClient\0" - VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" + VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" VALUE "OriginalFilename", "emacsclientw.exe" VALUE "ProductName", "EmacsClient\0" VALUE "ProductVersion", "23, 1, 91, 0\0"