summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2005-11-30 22:53:00 +0000
committerJason Rumney <jasonr@gnu.org>2005-11-30 22:53:00 +0000
commit76197e286502c3d3baa98c366191706fa9b04004 (patch)
tree0615da5bb9dc169876b05323a5e8f5c1f4ca8c50 /lisp
parent896bd1662f1f15b3984324e44ccedc509a53b40c (diff)
downloademacs-76197e286502c3d3baa98c366191706fa9b04004.tar.gz
(isearch-mode-map): Avoid exiting search on language-change event.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/isearch.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 5f80cdc6f2a..505ff40e6b5 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -386,6 +386,8 @@ A value of nil means highlight all matches."
(define-key map [iconify-frame] nil)
(define-key map [make-frame-visible] nil)
(define-key map [mouse-movement] nil)
+ (define-key map [language-change] nil)
+
;; For searching multilingual text.
(define-key map "\C-\\" 'isearch-toggle-input-method)
(define-key map "\C-^" 'isearch-toggle-specified-input-method)