Fix text pos part of lispy positions for right fringe clicks (Bug#7839).
authorChong Yidong <cyd@stupidchicken.com>
Fri, 28 Jan 2011 20:30:38 +0000 (15:30 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 28 Jan 2011 20:30:38 +0000 (15:30 -0500)
commit6b91861333edd51848aa927c9b22d4ef431c2d01
tree70f23a7cc24f5e3c3a2267d38e1e3402aab5b839
parent01c63f4ce4a85d3429dc56b72fdb8514dea8874d
Fix text pos part of lispy positions for right fringe clicks (Bug#7839).

* src/keyboard.c (make_lispy_position): For clicks on right fringe or
margin, compute text position using the X coordinate relative to
the left of the text area (Bug#7839).
src/ChangeLog
src/keyboard.c