summaryrefslogtreecommitdiff
path: root/nextstep
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-03-12 20:43:30 -0400
committerGlenn Morris <rgm@gnu.org>2014-03-12 20:43:30 -0400
commit6cd46bdb24b8ce0bcceaae6cf84906dc9b35906e (patch)
tree9759e645888df9d39bc423520971c372ceac1d91 /nextstep
parenta5765a3dc2a1469289d2c1c86b819672441fc23a (diff)
downloademacs-6cd46bdb24b8ce0bcceaae6cf84906dc9b35906e.tar.gz
* nextstep/templates/Info.plist.in: Make it strictly valid xml.
Fixes: debbugs:17002
Diffstat (limited to 'nextstep')
-rw-r--r--nextstep/ChangeLog4
-rw-r--r--nextstep/templates/Info.plist.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog
index 9f890596438..ad869f1a19a 100644
--- a/nextstep/ChangeLog
+++ b/nextstep/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-13 Glenn Morris <rgm@gnu.org>
+
+ * templates/Info.plist.in: Make it strictly valid xml. (Bug#17002)
+
2013-10-23 Glenn Morris <rgm@gnu.org>
* Makefile.in (${ns_check_file} ${ns_appdir}):
diff --git a/nextstep/templates/Info.plist.in b/nextstep/templates/Info.plist.in
index 1259d72d384..ce8f9b163bc 100644
--- a/nextstep/templates/Info.plist.in
+++ b/nextstep/templates/Info.plist.in
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2008-2014 Free Software Foundation, Inc.
@@ -17,7 +18,6 @@ You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
-->
-<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>