summaryrefslogtreecommitdiff
path: root/src/w32font.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-12-01 00:32:54 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-12-01 00:34:38 -0800
commit04355cb50485f109aabb8e9a815412fbb0d1e750 (patch)
tree9f6e4afe8bb4509a6b1a5889534a0bafef031027 /src/w32font.c
parentfccd7d3c0606080c047e16d94490d83fc68dabde (diff)
downloademacs-04355cb50485f109aabb8e9a815412fbb0d1e750.tar.gz
* src/lisp.h (LISP_INITIALLY_ZERO): Remove.
All uses replaced by LISPSYM_INITIALLY.
Diffstat (limited to 'src/w32font.c')
-rw-r--r--src/w32font.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/w32font.c b/src/w32font.c
index 4d15cffb9f6..e966024517f 100644
--- a/src/w32font.c
+++ b/src/w32font.c
@@ -2535,7 +2535,7 @@ w32font_filter_properties (Lisp_Object font, Lisp_Object alist)
struct font_driver w32font_driver =
{
- LISP_INITIALLY_ZERO, /* Qgdi */
+ LISPSYM_INITIALLY (Qgdi),
false, /* case insensitive */
w32font_get_cache,
w32font_list,
@@ -2746,7 +2746,6 @@ versions of Windows) characters. */);
defsubr (&Sx_select_font);
- w32font_driver.type = Qgdi;
register_font_driver (&w32font_driver, NULL);
}