projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9d6e14
)
; Silence macOS 14 warning
author
Eshel Yaron
<me@eshelyaron.com>
Wed, 27 Sep 2023 18:46:26 +0000
(20:46 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Fri, 29 Sep 2023 11:32:55 +0000
(13:32 +0200)
* src/nsterm.m: Implement 'applicationSupportsSecureRestorableState'
to silence warning on macOS 14. (Bug#66245)
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/nsterm.m
b/src/nsterm.m
index c809c0b824aff5f62440421180f1093c92377815..7c9fd102a7f8519a9d4d1e0288cb30c330885744 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-6124,6
+6124,11
@@
ns_term_shutdown (int sig)
*/
+- (BOOL) applicationSupportsSecureRestorableState: (NSApplication *)app
+{
+ return YES;
+}
+
- (void) terminate: (id)sender
{
struct input_event ie;