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

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

bug#16738: Errors while resizing vertically


From: Paul Eggert
Subject: bug#16738: Errors while resizing vertically
Date: Fri, 21 Feb 2014 12:29:31 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

My change adjusted set-window-new-pixel so that it rejects attempts to set the new pixel size to a negative value. Here, new-pixel is currently 0, so (set-window-new-pixel window-17 t) is attempting to change new-pixel to be -17.

Are negative new-pixel values allowed? If so, the attached patch should fix the problem. If not, the problem's probably in the caller.


Attachment: newpixel.diff
Description: Text Data


reply via email to

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