summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 2deb90e2f56..13f0e1ba1d1 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -1667,8 +1667,6 @@ Scroll-bar or mode-line events are processed appropriately."
;; Scroll-bar functions:
(if (fboundp 'scroll-bar-toolkit-scroll)
(put 'scroll-bar-toolkit-scroll 'isearch-scroll t))
-(if (fboundp 'mac-handle-scroll-bar-event)
- (put 'mac-handle-scroll-bar-event 'isearch-scroll t))
(if (fboundp 'w32-handle-scroll-bar-event)
(put 'w32-handle-scroll-bar-event 'isearch-scroll t))