# HG changeset patch # User Juanma Barranquero # Date 1263384708 -3600 # Node ID f3556b1dd4debcf8ef8a98251372d9f9cc2aae50 # Parent 1d1d5d9bd884ce66099de01a17c0f5d033494861 Fix breakage to nt/emacsclient.rc in rgm@gnu.org-20100113083510-r0bohw6iwgztwdwr diff -r 1d1d5d9bd884 -r f3556b1dd4de nt/ChangeLog --- 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 + + * emacsclient.rc: Fix format of "LegalCopyright" value. + 2009-12-28 Juanma Barranquero * INSTALL: Remove obsolete notes about line endings, and fix some typos. diff -r 1d1d5d9bd884 -r f3556b1dd4de nt/emacsclient.rc --- 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"