mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-16 00:01:05 -08:00
* src/w32term.c (syms_of_w32term): Staticpro font-cache.
This commit is contained in:
parent
db6e8bf3dd
commit
8eb831d117
1 changed files with 3 additions and 0 deletions
|
|
@ -7812,6 +7812,9 @@ w32_initialize (void)
|
|||
void
|
||||
syms_of_w32term (void)
|
||||
{
|
||||
one_w32_display_info.name_list_element = Qnil;
|
||||
staticpro (&one_w32_display_info.name_list_element);
|
||||
|
||||
DEFSYM (Qvendor_specific_keysyms, "vendor-specific-keysyms");
|
||||
|
||||
DEFSYM (Qadded, "added");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue