Mercurial > emacs
changeset 90923:4a877f897bd8
(syms_of_w32term): Use DEFSYM macro.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Mon, 11 Jun 2007 22:08:39 +0000 |
parents | a4f75e39ca14 |
children | 62c0548e9e67 |
files | src/w32term.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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,