diff options
| author | Kim F. Storm | 2005-07-19 08:54:45 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-07-19 08:54:45 +0000 |
| commit | 829b13e279369fbb7860f219592a591ef8287594 (patch) | |
| tree | a745c9d2e497172311eff68b073856fd06497810 /src | |
| parent | 73b90087f44ffb33a6ecfa949e6cab76bb9cb463 (diff) | |
| download | emacs-829b13e279369fbb7860f219592a591ef8287594.tar.gz emacs-829b13e279369fbb7860f219592a591ef8287594.zip | |
(Vx_hand_shape): Variable removed.
(syms_of_w32fns): Intern and staticpro Qw32_charset_default.
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"); |