Mercurial > emacs
comparison src/xfns.c @ 4328:3d43e65a593d
(syms_of_xfns): Use DEFVAR_LISP, not DEFVAR_INT, for Vx_pointer_shape.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Thu, 29 Jul 1993 00:25:38 +0000 |
parents | c79a44360ed9 |
children | 1c2066be8443 |
comparison
equal
deleted
inserted
replaced
4327:771786f5d8c2 | 4328:3d43e65a593d |
---|---|
3707 | 3707 |
3708 DEFVAR_INT ("mouse-buffer-offset", &mouse_buffer_offset, | 3708 DEFVAR_INT ("mouse-buffer-offset", &mouse_buffer_offset, |
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\ |
3714 Changing the value does not affect existing frames\n\ | 3714 Changing the value does not affect existing frames\n\ |
3715 unless you set the mouse color."); | 3715 unless you set the mouse color."); |
3716 Vx_pointer_shape = Qnil; | 3716 Vx_pointer_shape = Qnil; |
3717 | 3717 |