+2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
+
+ * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
+
2013-03-18 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-compat.el (tramp-compat-user-error): New defun.
- Otherwise, the mouse-1 event is translated into a mouse-2 event
at the same position."
(let ((action
- (and (or (not (consp pos))
+ (and (not (memq 'vertical-scroll-bar pos))
+ (or (not (consp pos))
mouse-1-click-in-non-selected-windows
(eq (selected-window) (posn-window pos)))
(or (mouse-posn-property pos 'follow-link)