Fix interaction of line-dragging with mouse-1-click-follows-link.
commit01ac65bd7c0df6c895bf18810ee5c8d24704681a
authorChong Yidong <cyd@gnu.org>
Sun, 8 Jul 2012 08:26:21 +0000 (8 16:26 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 8 Jul 2012 08:26:21 +0000 (8 16:26 +0800)
tree2c595fce43a388b9bee4aa461c894a3deaf6f08b
parentd75be97d549b7264098ff19f8941a0dd80bde080
Fix interaction of line-dragging with mouse-1-click-follows-link.

* lisp/mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
Implement the mouse-1-click-follows-link handling properly.

* lisp/info.el (Info-link-keymap): Use follow-link mechanism for
header-line links.

Fixes: debbugs:374
lisp/ChangeLog
lisp/info.el
lisp/mouse.el