summaryrefslogtreecommitdiff
path: root/nextstep
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-10-12 10:28:40 -0700
committerGlenn Morris <rgm@gnu.org>2018-10-12 10:28:40 -0700
commit7a7a3a4bfe4086d3c89ff7baa6db1f746c28b5c2 (patch)
tree55bee2e8635883e7cf651936d960751db1350943 /nextstep
parent9c231a447014823ed1955e16b6693adbe041ca99 (diff)
parent6e54762c3726be9e11b4beb21214abcd4192783a (diff)
downloademacs-7a7a3a4bfe4086d3c89ff7baa6db1f746c28b5c2.tar.gz
Merge from origin/emacs-26
6e54762 Fix Apple Script permissions error 19f705c Fix typo in 'timerp' documentation
Diffstat (limited to 'nextstep')
-rw-r--r--nextstep/templates/Info.plist.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/nextstep/templates/Info.plist.in b/nextstep/templates/Info.plist.in
index 9960f085f6f..406d6f77313 100644
--- a/nextstep/templates/Info.plist.in
+++ b/nextstep/templates/Info.plist.in
@@ -675,5 +675,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
</array>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
+ <key>NSAppleEventsUsageDescription</key>
+ <string>Emacs requires permission to send AppleEvents to other applications.</string>
</dict>
</plist>