]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xfns): Use DEFVAR_LISP, not DEFVAR_INT, for Vx_pointer_shape.
authorRoland McGrath <roland@gnu.org>
Thu, 29 Jul 1993 00:25:38 +0000 (00:25 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 29 Jul 1993 00:25:38 +0000 (00:25 +0000)
src/xfns.c

index 6e32895206675e9ef8cd8df06f5a96482886ab2f..1d1b71eebc9cb5ba036ba008716a74ed949e33ac 100644 (file)
@@ -3709,7 +3709,7 @@ syms_of_xfns ()
     "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.");