Mercurial > emacs
changeset 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 | 771786f5d8c2 |
children | dfabe5b99500 |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Wed Jul 28 23:51:08 1993 +0000 +++ b/src/xfns.c Thu Jul 29 00:25:38 1993 +0000 @@ -3709,7 +3709,7 @@ "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.");