Prevent artist-mode from creating runaway timers (Bug#6130).
commit3ea1b31f46f21ecfb089628e63187970fdb58d5a
authorDaniel Koning <dk@danielkoning.com>
Wed, 21 Jan 2015 08:01:30 +0000 (21 09:01 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Wed, 21 Jan 2015 08:01:30 +0000 (21 09:01 +0100)
treef02efdd511dfb3eecb1583bd454912c2bc70abc3
parent4c09e3aef9a366ffebd314d01f666e04bd7798e2
Prevent artist-mode from creating runaway timers (Bug#6130).

* subr.el (posnp): Correct docstring of `posnp'.
(posn-col-row): Make it work with all mouse position objects.
* textmodes/artist.el (artist-mouse-draw-continously): Cancel
timers if an error occurs during continuous drawing.  (Bug#6130)

* commands.texi (Drag Events, Motion Events, Event Examples)
(Accessing Mouse): Describe actual range of values that mouse
position objects can have.
doc/lispref/ChangeLog
doc/lispref/commands.texi
lisp/ChangeLog
lisp/subr.el
lisp/textmodes/artist.el