emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 9f94c70: Fixed bug#18283: Enable applescript in N


From: Anders Lindgren
Subject: [Emacs-diffs] emacs-25 9f94c70: Fixed bug#18283: Enable applescript in NextStep.
Date: Tue, 24 Nov 2015 21:05:31 +0000

branch: emacs-25
commit 9f94c709b1bb29e275fe6546d22c58a78072672f
Author: Anders Lindgren <address@hidden>
Commit: Anders Lindgren <address@hidden>

    Fixed bug#18283: Enable applescript in NextStep.
    
    * nextstep/templates/Info.plist.in: Set NSAppleScriptEnabled to YES.
---
 nextstep/templates/Info.plist.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/nextstep/templates/Info.plist.in b/nextstep/templates/Info.plist.in
index 09e953c..a0357b2 100644
--- a/nextstep/templates/Info.plist.in
+++ b/nextstep/templates/Info.plist.in
@@ -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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]