diff options
author | Martin Rudalics <rudalics@gmx.at> | 2010-01-13 13:11:48 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-01-13 13:11:48 +0100 |
commit | 59ef8268d53a1838ab3c59adf517444add141e62 (patch) | |
tree | 5eae45d24c5e09de9bbf18ab97f0db0705f97947 | |
parent | 114f9c96795aff3b51b9060d7c9c1b77debcc99a (diff) | |
download | emacs-59ef8268d53a1838ab3c59adf517444add141e62.tar.gz |
Fix breakage to nt/emacsclient.rc in 2010-01-13T08:35:10Z!rgm@gnu.org
-rw-r--r-- | nt/ChangeLog | 4 | ||||
-rw-r--r-- | nt/emacsclient.rc | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 6f494333c9b..624cb960b40 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -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. diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc index b5ddec53b84..407ebc9df4e 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" |