]> git.eshelyaron.com Git - emacs.git/commitdiff
Fixed bug#18283: Enable applescript in NextStep.
authorAnders Lindgren <andlind@gmail.com>
Tue, 24 Nov 2015 21:05:05 +0000 (22:05 +0100)
committerAnders Lindgren <andlind@gmail.com>
Tue, 24 Nov 2015 21:05:05 +0000 (22:05 +0100)
* nextstep/templates/Info.plist.in: Set NSAppleScriptEnabled to YES.

nextstep/templates/Info.plist.in

index 09e953c41747d4b6efeaedf36cbfe58dc2850a0c..a0357b29fa509d7780fd40dcff120ed2f987be0d 100644 (file)
@@ -673,5 +673,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
                        </array>
                </dict>
        </array>
+       <key>NSAppleScriptEnabled</key>
+       <string>YES</string>
 </dict>
 </plist>