1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

Fixed bug#18283: Enable applescript in NextStep.

* nextstep/templates/Info.plist.in: Set NSAppleScriptEnabled to YES.
This commit is contained in:
Anders Lindgren 2015-11-24 22:05:05 +01:00
parent 85121e03e1
commit 9f94c709b1

View 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>