diff options
Diffstat (limited to 'src/macfont.m')
| -rw-r--r-- | src/macfont.m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/macfont.m b/src/macfont.m index d9bad034fe9..3af9edc148a 100644 --- a/src/macfont.m +++ b/src/macfont.m | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Font driver on Mac OSX Core text. | 1 | /* Font driver on macOS Core text. |
| 2 | Copyright (C) 2009-2016 Free Software Foundation, Inc. | 2 | Copyright (C) 2009-2016 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| @@ -1005,7 +1005,7 @@ macfont_set_family_cache (Lisp_Object symbol, CFStringRef string) | |||
| 1005 | and those start with ".". NULL means the cache has been invalidated. | 1005 | and those start with ".". NULL means the cache has been invalidated. |
| 1006 | Otherwise, the value is CFArray of CFStrings and the elements are | 1006 | Otherwise, the value is CFArray of CFStrings and the elements are |
| 1007 | sorted in the canonical order (CTFontManagerCompareFontFamilyNames on | 1007 | sorted in the canonical order (CTFontManagerCompareFontFamilyNames on |
| 1008 | OS X 10.6 and later). */ | 1008 | Mac OS X 10.6 and later). */ |
| 1009 | 1009 | ||
| 1010 | static CFArrayRef macfont_available_families_cache = NULL; | 1010 | static CFArrayRef macfont_available_families_cache = NULL; |
| 1011 | 1011 | ||
| @@ -4057,7 +4057,7 @@ mac_register_font_driver (struct frame *f) | |||
| 4057 | void | 4057 | void |
| 4058 | syms_of_macfont (void) | 4058 | syms_of_macfont (void) |
| 4059 | { | 4059 | { |
| 4060 | /* Core Text, for Mac OS X. */ | 4060 | /* Core Text, for macOS. */ |
| 4061 | DEFSYM (Qmac_ct, "mac-ct"); | 4061 | DEFSYM (Qmac_ct, "mac-ct"); |
| 4062 | macfont_driver.type = Qmac_ct; | 4062 | macfont_driver.type = Qmac_ct; |
| 4063 | register_font_driver (&macfont_driver, NULL); | 4063 | register_font_driver (&macfont_driver, NULL); |