]> code.delx.au - gnu-emacs/commitdiff
(isearch-mode-map): Bind `mouse-movement' to nil.
authorGerd Moellmann <gerd@gnu.org>
Thu, 18 Oct 2001 10:06:01 +0000 (10:06 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 18 Oct 2001 10:06:01 +0000 (10:06 +0000)
lisp/ChangeLog
lisp/isearch.el

index 05234eb66247bfc85e7344da537c6a32fb3e4683..9242bbd4ec48fdfe26253ab2e59d021cfd213a1d 100644 (file)
@@ -1,5 +1,7 @@
 2001-10-18  Gerd Moellmann  <gerd@gnu.org>
 
+       * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
+
        * obsolete/hilit19.el (hilit-lookup-face-create): Call
        set-face-font only if display-graphic-p.
        (toplevel): Remove references to window-system.
index de6b7f6321f951c9fb1d4fcdd1538c2436c16fb9..5d770d89706eaf342612231c177fc27f4fc04eda 100644 (file)
@@ -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)