]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearch-mode-map): Bind `mouse-movement' to nil.
authorGerd Moellmann <gerd@gnu.org>
Thu, 18 Oct 2001 10:07:19 +0000 (10:07 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 18 Oct 2001 10:07:19 +0000 (10:07 +0000)
lisp/ChangeLog
lisp/isearch.el

index 4967ce0dacaea4f0dc160d2ef4165b44e8c56bc5..c6dc52d5014731e64fe71a74a8de1aeefbd30663 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 2c687abee42fa8acabc8845904ceaffa7abb7305..29da10ade75f317da63f3259489207b9c86528d3 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)