]> git.eshelyaron.com Git - emacs.git/commit
Avoid deprecation warning in NS-specific code
authorMattias Engdegård <mattiase@acm.org>
Sun, 6 Feb 2022 16:58:54 +0000 (17:58 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sun, 6 Feb 2022 16:58:54 +0000 (17:58 +0100)
commit1850121629d19515130225232bbc020a168aee2e
treeb455fe2418aed14244f914e514d00b85c02304c9
parentead36d8d36553f7f7bbed1dd3d28eda926c51bac
Avoid deprecation warning in NS-specific code

* src/macfont.m (mac_font_create_preferred_family_for_attributes):
CTGetCoreTextVersion is obsolete and its use elicits a warning
in macOS 11.6; use NSProcessInfo instead.
src/macfont.m