# HG changeset patch # User Gerd Moellmann # Date 1003399534 0 # Node ID 04c835f1c6de960ab5ecdfe28e7bb85176fc2dd2 # Parent 7e3b2224fd3975b17b5993618c8309aef8f19ace (isearch-mode-map): Bind `mouse-movement' to nil. diff -r 7e3b2224fd39 -r 04c835f1c6de lisp/isearch.el --- a/lisp/isearch.el Thu Oct 18 09:55:37 2001 +0000 +++ b/lisp/isearch.el Thu Oct 18 10:05:34 2001 +0000 @@ -312,6 +312,7 @@ (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)