mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
; Silence macOS 14 warning
* src/nsterm.m: Implement 'applicationSupportsSecureRestorableState' to silence warning on macOS 14. (Bug#66245)
This commit is contained in:
parent
d9d6e14a69
commit
a4185f87bd
1 changed files with 5 additions and 0 deletions
|
@ -6124,6 +6124,11 @@ - (void)antialiasThresholdDidChange:(NSNotification *)notification
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
- (BOOL) applicationSupportsSecureRestorableState: (NSApplication *)app
|
||||||
|
{
|
||||||
|
return YES;
|
||||||
|
}
|
||||||
|
|
||||||
- (void) terminate: (id)sender
|
- (void) terminate: (id)sender
|
||||||
{
|
{
|
||||||
struct input_event ie;
|
struct input_event ie;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue