bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#22749: Patch to fix


From: Christopher Cooper
Subject: bug#22749: Patch to fix
Date: Wed, 9 Mar 2016 17:52:27 -0500

The problem was that 'xwidget-set-adjustment' in xwidget.c was checking 'value' using 'CHECK_NATNUM'. However, 'value' can be negative in the case of relative scrolling. The solution is instead to use 'CHECK_NUMBER'. A patch implementing this is attached.

Christopher Cooper

Attachment: 0001-Fix-Bug-22749.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]