From: Roland McGrath Date: Thu, 29 Jul 1993 00:25:38 +0000 (+0000) Subject: (syms_of_xfns): Use DEFVAR_LISP, not DEFVAR_INT, for Vx_pointer_shape. X-Git-Tag: emacs-19.34~11523 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=16ae08a92a6c350b20fff24fbc56c61ded5b3355;p=emacs.git (syms_of_xfns): Use DEFVAR_LISP, not DEFVAR_INT, for Vx_pointer_shape. --- diff --git a/src/xfns.c b/src/xfns.c index 6e328952066..1d1b71eebc9 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -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.");