Mercurial > emacs
changeset 40026:04c835f1c6de
(isearch-mode-map): Bind `mouse-movement' to nil.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 18 Oct 2001 10:05:34 +0000 |
parents | 7e3b2224fd39 |
children | d081f5779c98 |
files | lisp/isearch.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)