Mercurial > emacs
comparison src/w32term.c @ 90923:4a877f897bd8
(syms_of_w32term): Use DEFSYM macro.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Mon, 11 Jun 2007 22:08:39 +0000 |
parents | 3537ea81cf6d |
children | 3371fc48749b |
comparison
equal
deleted
inserted
replaced
90922:a4f75e39ca14 | 90923:4a877f897bd8 |
---|---|
7008 w32_display_name_list = Qnil; | 7008 w32_display_name_list = Qnil; |
7009 | 7009 |
7010 staticpro (&last_mouse_scroll_bar); | 7010 staticpro (&last_mouse_scroll_bar); |
7011 last_mouse_scroll_bar = Qnil; | 7011 last_mouse_scroll_bar = Qnil; |
7012 | 7012 |
7013 staticpro (&Qvendor_specific_keysyms); | 7013 DEFSYM (Qvendor_specific_keysyms, "vendor-specific-keysyms"); |
7014 Qvendor_specific_keysyms = intern ("vendor-specific-keysyms"); | |
7015 | 7014 |
7016 DEFVAR_INT ("w32-num-mouse-buttons", | 7015 DEFVAR_INT ("w32-num-mouse-buttons", |
7017 &w32_num_mouse_buttons, | 7016 &w32_num_mouse_buttons, |
7018 doc: /* Number of physical mouse buttons. */); | 7017 doc: /* Number of physical mouse buttons. */); |
7019 w32_num_mouse_buttons = 2; | 7018 w32_num_mouse_buttons = 2; |