# HG changeset patch # User Kim F. Storm # Date 1121763285 0 # Node ID c9a7bffa953477070e8c0d6253625621064a464d # Parent 7a2a18d68c02f35f00dff61d900ab3d301146e27 (Vx_hand_shape): Variable removed. (syms_of_w32fns): Intern and staticpro Qw32_charset_default. diff -r 7a2a18d68c02 -r c9a7bffa9534 src/w32fns.c --- a/src/w32fns.c Tue Jul 19 08:54:32 2005 +0000 +++ b/src/w32fns.c Tue Jul 19 08:54:45 2005 +0000 @@ -153,7 +153,7 @@ over text or in the modeline. */ Lisp_Object Vx_pointer_shape, Vx_nontext_pointer_shape, Vx_mode_pointer_shape; -Lisp_Object Vx_hourglass_pointer_shape, Vx_window_horizontal_drag_shape, Vx_hand_shape; +Lisp_Object Vx_hourglass_pointer_shape, Vx_window_horizontal_drag_shape; /* The shape when over mouse-sensitive text. */ @@ -8760,6 +8760,8 @@ staticpro (&Qw32_charset_ansi); Qw32_charset_ansi = intern ("w32-charset-ansi"); staticpro (&Qw32_charset_symbol); + Qw32_charset_default = intern ("w32-charset-default"); + staticpro (&Qw32_charset_default); Qw32_charset_symbol = intern ("w32-charset-symbol"); staticpro (&Qw32_charset_shiftjis); Qw32_charset_shiftjis = intern ("w32-charset-shiftjis");