From 16ae08a92a6c350b20fff24fbc56c61ded5b3355 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 29 Jul 1993 00:25:38 +0000 Subject: [PATCH] (syms_of_xfns): Use DEFVAR_LISP, not DEFVAR_INT, for Vx_pointer_shape. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); -- 2.39.5