From 59ef8268d53a1838ab3c59adf517444add141e62 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Wed, 13 Jan 2010 13:11:48 +0100 Subject: [PATCH] Fix breakage to nt/emacsclient.rc in 2010-01-13T08:35:10Z!rgm@gnu.org --- nt/ChangeLog | 4 ++++ nt/emacsclient.rc | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/nt/ChangeLog b/nt/ChangeLog index 6f494333c9..624cb960b4 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -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 --git a/nt/emacsclient.rc b/nt/emacsclient.rc index b5ddec53b8..407ebc9df4 100644 --- a/nt/emacsclient.rc +++ b/nt/emacsclient.rc @@ -25,8 +25,7 @@ BEGIN 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" -- 2.20.1