emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 42ac8f5: Disable App Nap (bug#22993)


From: Alan Third
Subject: [Emacs-diffs] master 42ac8f5: Disable App Nap (bug#22993)
Date: Thu, 7 Jul 2016 19:05:07 +0000 (UTC)

branch: master
commit 42ac8f5723a6a1e70cca39d08c222f595828d34d
Author: Aaron Jensen <address@hidden>
Commit: Alan Third <address@hidden>

    Disable App Nap (bug#22993)
    
    * nextstep/templates/Info.plist.in: Insert AppNap disable code.
    
    Copyright-paperwork-exempt: yes
---
 nextstep/templates/Info.plist.in |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/nextstep/templates/Info.plist.in b/nextstep/templates/Info.plist.in
index dcd2fe3..889a070 100644
--- a/nextstep/templates/Info.plist.in
+++ b/nextstep/templates/Info.plist.in
@@ -675,5 +675,7 @@ along with GNU Emacs.  If not, see 
<http://www.gnu.org/licenses/>.
        </array>
        <key>NSAppleScriptEnabled</key>
        <string>YES</string>
+        <key>LSAppNapIsDisabled</key>
+        <true/>
 </dict>
 </plist>



reply via email to

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