]> git.eshelyaron.com Git - emacs.git/commitdiff
* nextstep/templates/Info.plist.in: Make it strictly valid xml.
authorGlenn Morris <rgm@gnu.org>
Thu, 13 Mar 2014 00:43:30 +0000 (20:43 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 13 Mar 2014 00:43:30 +0000 (20:43 -0400)
Fixes: debbugs:17002
nextstep/ChangeLog
nextstep/templates/Info.plist.in

index 9f890596438586c9c20eb7691b9a442151b787f3..ad869f1a19aa1b0cc58ede610b633201543f8c8d 100644 (file)
@@ -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}):
index 1259d72d384568eb09e77db685b2c2d6cece1de7..ce8f9b163bc814a2b58f0d91793027527f61e0e2 100644 (file)
@@ -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>