summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-10-18 10:05:34 +0000
committerGerd Moellmann <gerd@gnu.org>2001-10-18 10:05:34 +0000
commit9c8fb366aed1be1f3d9f5c4ae0863913cba33e4e (patch)
tree7795ac4ddfe28aabd4ffdb60019ce9efc8494d82 /lisp/isearch.el
parent50e32f0ee0f0dd5bcf25d935279ac0889ee662f1 (diff)
downloademacs-9c8fb366aed1be1f3d9f5c4ae0863913cba33e4e.tar.gz
(isearch-mode-map): Bind `mouse-movement' to nil.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index de6b7f6321f..5d770d89706 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -312,6 +312,7 @@ Default value, nil, means edit the string instead."
(define-key map [delete-frame] nil)
(define-key map [iconify-frame] nil)
(define-key map [make-frame-visible] nil)
+ (define-key map [mouse-movement] nil)
;; For searching multilingual text.
(define-key map "\C-\\" 'isearch-toggle-input-method)
(define-key map "\C-^" 'isearch-toggle-specified-input-method)