aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xwidget.c b/src/xwidget.c
index d438d879098..54b8004fec8 100644
--- a/src/xwidget.c
+++ b/src/xwidget.c
@@ -767,7 +767,7 @@ VALUE is the amount to scroll, either relatively or absolutely. */)
767 Lisp_Object value) 767 Lisp_Object value)
768{ 768{
769 CHECK_XWIDGET (xwidget); 769 CHECK_XWIDGET (xwidget);
770 CHECK_NATNUM (value); 770 CHECK_NUMBER (value);
771 struct xwidget *xw = XXWIDGET (xwidget); 771 struct xwidget *xw = XXWIDGET (xwidget);
772 GtkAdjustment *adjustment 772 GtkAdjustment *adjustment
773 = ((EQ (Qhorizontal, axis) 773 = ((EQ (Qhorizontal, axis)