aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2005-07-19 08:54:45 +0000
committerKim F. Storm <[email protected]>2005-07-19 08:54:45 +0000
commit829b13e279369fbb7860f219592a591ef8287594 (patch)
treea745c9d2e497172311eff68b073856fd06497810 /src/w32fns.c
parent73b90087f44ffb33a6ecfa949e6cab76bb9cb463 (diff)
(Vx_hand_shape): Variable removed.
(syms_of_w32fns): Intern and staticpro Qw32_charset_default.
Diffstat (limited to 'src/w32fns.c')
-rw-r--r--src/w32fns.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index eedc06dda1..4565e6a6e2 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -153,7 +153,7 @@ int display_hourglass_p;
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 @@ versions of Windows) characters. */);
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");