diff options
author | Juri Linkov <juri@jurta.org> | 2010-04-16 04:24:00 +0300 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2010-04-16 04:24:00 +0300 |
commit | ad40eec53f36191178d6a512feeea1714d728224 (patch) | |
tree | 94b003dcb40bedd3f2f45752f85aada4e9693bec /lisp/mwheel.el | |
parent | b117f7cc49000f4c2b046c9dfcae172ddc22dd0c (diff) | |
download | emacs-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.el | 1 |
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) |