[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/w32fns.c
From: |
Kim F . Storm |
Subject: |
[Emacs-diffs] Changes to emacs/src/w32fns.c |
Date: |
Tue, 19 Jul 2005 04:54:45 -0400 |
Index: emacs/src/w32fns.c
diff -c emacs/src/w32fns.c:1.253 emacs/src/w32fns.c:1.254
*** emacs/src/w32fns.c:1.253 Mon Jul 4 16:06:36 2005
--- emacs/src/w32fns.c Tue Jul 19 08:54:45 2005
***************
*** 153,159 ****
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;
/* The shape when over mouse-sensitive text. */
--- 153,159 ----
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;
/* The shape when over mouse-sensitive text. */
***************
*** 8760,8765 ****
--- 8760,8767 ----
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");