diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index eedc06dda12..4565e6a6e24 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -153,7 +153,7 @@ int display_hourglass_p; | |||
| 153 | over text or in the modeline. */ | 153 | over text or in the modeline. */ |
| 154 | 154 | ||
| 155 | Lisp_Object Vx_pointer_shape, Vx_nontext_pointer_shape, Vx_mode_pointer_shape; | 155 | Lisp_Object Vx_pointer_shape, Vx_nontext_pointer_shape, Vx_mode_pointer_shape; |
| 156 | Lisp_Object Vx_hourglass_pointer_shape, Vx_window_horizontal_drag_shape, Vx_hand_shape; | 156 | Lisp_Object Vx_hourglass_pointer_shape, Vx_window_horizontal_drag_shape; |
| 157 | 157 | ||
| 158 | /* The shape when over mouse-sensitive text. */ | 158 | /* The shape when over mouse-sensitive text. */ |
| 159 | 159 | ||
| @@ -8760,6 +8760,8 @@ versions of Windows) characters. */); | |||
| 8760 | staticpro (&Qw32_charset_ansi); | 8760 | staticpro (&Qw32_charset_ansi); |
| 8761 | Qw32_charset_ansi = intern ("w32-charset-ansi"); | 8761 | Qw32_charset_ansi = intern ("w32-charset-ansi"); |
| 8762 | staticpro (&Qw32_charset_symbol); | 8762 | staticpro (&Qw32_charset_symbol); |
| 8763 | Qw32_charset_default = intern ("w32-charset-default"); | ||
| 8764 | staticpro (&Qw32_charset_default); | ||
| 8763 | Qw32_charset_symbol = intern ("w32-charset-symbol"); | 8765 | Qw32_charset_symbol = intern ("w32-charset-symbol"); |
| 8764 | staticpro (&Qw32_charset_shiftjis); | 8766 | staticpro (&Qw32_charset_shiftjis); |
| 8765 | Qw32_charset_shiftjis = intern ("w32-charset-shiftjis"); | 8767 | Qw32_charset_shiftjis = intern ("w32-charset-shiftjis"); |