summaryrefslogtreecommitdiff
path: root/lisp/mwheel.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2010-04-16 04:24:00 +0300
committerJuri Linkov <juri@jurta.org>2010-04-16 04:24:00 +0300
commitad40eec53f36191178d6a512feeea1714d728224 (patch)
tree94b003dcb40bedd3f2f45752f85aada4e9693bec /lisp/mwheel.el
parentb117f7cc49000f4c2b046c9dfcae172ddc22dd0c (diff)
downloademacs-ad40eec53f36191178d6a512feeea1714d728224.tar.gz
Check both `isearch-scroll' and `scroll-command' properties.
* isearch.el (isearch-lookup-scroll-key): Check both `isearch-scroll' and `scroll-command' properties. (scroll-up, scroll-down): Remove `isearch-scroll' property. * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property. * simple.el (scroll-up-command, scroll-down-command) (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
Diffstat (limited to 'lisp/mwheel.el')
-rw-r--r--lisp/mwheel.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mwheel.el b/lisp/mwheel.el
index 224920e515f..743204cbe45 100644
--- a/lisp/mwheel.el
+++ b/lisp/mwheel.el
@@ -247,7 +247,6 @@ This should only be bound to mouse buttons 4 and 5."
'mwheel-inhibit-click-timeout))))
(put 'mwheel-scroll 'scroll-command t)
-(put 'mwheel-scroll 'isearch-scroll t)
(defvar mwheel-installed-bindings nil)