# HG changeset patch # User Jason Rumney # Date 1181599719 0 # Node ID 4a877f897bd8f7d5bbe4a42b7ea270cb8abc8d82 # Parent a4f75e39ca149b7ae44297bd5b429c459cb97de5 (syms_of_w32term): Use DEFSYM macro. diff -r a4f75e39ca14 -r 4a877f897bd8 src/w32term.c --- a/src/w32term.c Mon Jun 11 22:08:06 2007 +0000 +++ b/src/w32term.c Mon Jun 11 22:08:39 2007 +0000 @@ -7010,8 +7010,7 @@ staticpro (&last_mouse_scroll_bar); last_mouse_scroll_bar = Qnil; - staticpro (&Qvendor_specific_keysyms); - Qvendor_specific_keysyms = intern ("vendor-specific-keysyms"); + DEFSYM (Qvendor_specific_keysyms, "vendor-specific-keysyms"); DEFVAR_INT ("w32-num-mouse-buttons", &w32_num_mouse_buttons,