diff options
| author | Eshel Yaron | 2023-09-27 20:46:26 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2023-09-29 13:32:55 +0200 |
| commit | a4185f87bd0e5c129ce93a56b5a3330e2d6b1776 (patch) | |
| tree | c1bb1cfb42cc373c22c30bd7285327d731818a1c /src | |
| parent | d9d6e14a698967057afb49aeb6a3af17fa645ee4 (diff) | |
| download | emacs-a4185f87bd0e5c129ce93a56b5a3330e2d6b1776.tar.gz emacs-a4185f87bd0e5c129ce93a56b5a3330e2d6b1776.zip | |
; Silence macOS 14 warning
* src/nsterm.m: Implement 'applicationSupportsSecureRestorableState'
to silence warning on macOS 14. (Bug#66245)
Diffstat (limited to 'src')
| -rw-r--r-- | src/nsterm.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nsterm.m b/src/nsterm.m index c809c0b824a..7c9fd102a7f 100644 --- a/src/nsterm.m +++ b/src/nsterm.m | |||
| @@ -6124,6 +6124,11 @@ ns_term_shutdown (int sig) | |||
| 6124 | 6124 | ||
| 6125 | */ | 6125 | */ |
| 6126 | 6126 | ||
| 6127 | - (BOOL) applicationSupportsSecureRestorableState: (NSApplication *)app | ||
| 6128 | { | ||
| 6129 | return YES; | ||
| 6130 | } | ||
| 6131 | |||
| 6127 | - (void) terminate: (id)sender | 6132 | - (void) terminate: (id)sender |
| 6128 | { | 6133 | { |
| 6129 | struct input_event ie; | 6134 | struct input_event ie; |