# HG changeset patch # User Roland McGrath # Date 743905538 0 # Node ID 3d43e65a593d74c5fe6313b3901ac5bfc7192bf0 # Parent 771786f5d8c276f5d75aa8e14a856d0193bbe2a0 (syms_of_xfns): Use DEFVAR_LISP, not DEFVAR_INT, for Vx_pointer_shape. diff -r 771786f5d8c2 -r 3d43e65a593d src/xfns.c --- a/src/xfns.c Wed Jul 28 23:51:08 1993 +0000 +++ b/src/xfns.c Thu Jul 29 00:25:38 1993 +0000 @@ -3709,7 +3709,7 @@ "The buffer offset of the character under the pointer."); mouse_buffer_offset = 0; - DEFVAR_INT ("x-pointer-shape", &Vx_pointer_shape, + DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape, "The shape of the pointer when over text.\n\ Changing the value does not affect existing frames\n\ unless you set the mouse color.");