* lisp/wid-edit.el (widget-button-click): Remove a
newly-introduced check that made mouse highlights no longer work
(bug#43612). It's unclear what the check was trying to fix.
pos 'button (and (windowp (posn-window start))
(window-buffer (posn-window start))))))
- (when (and (widget-get button :button-overlay)
- (or (null button)
- (widget-button--check-and-call-button event button)))
+ (when (or (null button)
+ (widget-button--check-and-call-button event button))
(let ((up t)
command)
;; Mouse click not on a widget button. Find the global