aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath1993-07-29 00:25:38 +0000
committerRoland McGrath1993-07-29 00:25:38 +0000
commit16ae08a92a6c350b20fff24fbc56c61ded5b3355 (patch)
tree52e6df99ca1a1275146a4df094e2e08ffc2f72b5 /src
parent59b644e869fcb184f28da098fe06cbd6478639aa (diff)
downloademacs-16ae08a92a6c350b20fff24fbc56c61ded5b3355.tar.gz
emacs-16ae08a92a6c350b20fff24fbc56c61ded5b3355.zip
(syms_of_xfns): Use DEFVAR_LISP, not DEFVAR_INT, for Vx_pointer_shape.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
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 ()
3709 "The buffer offset of the character under the pointer."); 3709 "The buffer offset of the character under the pointer.");
3710 mouse_buffer_offset = 0; 3710 mouse_buffer_offset = 0;
3711 3711
3712 DEFVAR_INT ("x-pointer-shape", &Vx_pointer_shape, 3712 DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape,
3713 "The shape of the pointer when over text.\n\ 3713 "The shape of the pointer when over text.\n\
3714Changing the value does not affect existing frames\n\ 3714Changing the value does not affect existing frames\n\
3715unless you set the mouse color."); 3715unless you set the mouse color.");