diff options
author | Alan Third <alan@idiocy.org> | 2023-10-09 22:21:05 +0100 |
---|---|---|
committer | Alan Third <alan@idiocy.org> | 2023-12-30 11:24:12 +0000 |
commit | 66656bf5f86c7623072a08fa3f29ba9c879d3f6d (patch) | |
tree | dbcc2ce5b41499755300b8b3e31b5a80f8503335 /test/lisp/emacs-lisp | |
parent | f3dec3439fd5aee885a76622f384f6c7ca67d128 (diff) | |
download | emacs-66656bf5f86c7623072a08fa3f29ba9c879d3f6d.tar.gz emacs-66656bf5f86c7623072a08fa3f29ba9c879d3f6d.tar.bz2 emacs-66656bf5f86c7623072a08fa3f29ba9c879d3f6d.zip |
Simplify Objective C autorelease pool handling
* src/emacs.c: Remove ns_pool.
(main): Replace ns_pool stuff with call to ns_init_pool.
(Fkill_emacs): The pools are drained automatically when the
application exits, so it's probably not worth draining the pool here.
(decode_env_path): No longer required as this is handled by
`outerpool' defined in nsterm.m.
* src/nsterm.h:
* src/nsterm.m (ns_init_pool): New function.
Diffstat (limited to 'test/lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions