diff options
Diffstat (limited to 'src/macfont.h')
-rw-r--r-- | src/macfont.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/macfont.h b/src/macfont.h index 587f10a0ce0..6630fb526b7 100644 --- a/src/macfont.h +++ b/src/macfont.h @@ -5,8 +5,8 @@ This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +the Free Software Foundation, either version 3 of the License, or (at +your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -82,4 +82,3 @@ typedef const struct _EmacsScreenFont *ScreenFontRef; /* opaque */ extern void mac_register_font_driver (struct frame *f); extern void *macfont_get_nsctfont (struct font *font); extern void macfont_update_antialias_threshold (void); - |