diff options
| author | Glenn Morris | 2018-10-12 10:28:40 -0700 |
|---|---|---|
| committer | Glenn Morris | 2018-10-12 10:28:40 -0700 |
| commit | 7a7a3a4bfe4086d3c89ff7baa6db1f746c28b5c2 (patch) | |
| tree | 55bee2e8635883e7cf651936d960751db1350943 /nextstep | |
| parent | 9c231a447014823ed1955e16b6693adbe041ca99 (diff) | |
| parent | 6e54762c3726be9e11b4beb21214abcd4192783a (diff) | |
| download | emacs-7a7a3a4bfe4086d3c89ff7baa6db1f746c28b5c2.tar.gz emacs-7a7a3a4bfe4086d3c89ff7baa6db1f746c28b5c2.zip | |
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.in | 2 |
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/>. | |||
| 675 | </array> | 675 | </array> |
| 676 | <key>NSAppleScriptEnabled</key> | 676 | <key>NSAppleScriptEnabled</key> |
| 677 | <string>YES</string> | 677 | <string>YES</string> |
| 678 | <key>NSAppleEventsUsageDescription</key> | ||
| 679 | <string>Emacs requires permission to send AppleEvents to other applications.</string> | ||
| 678 | </dict> | 680 | </dict> |
| 679 | </plist> | 681 | </plist> |