diff options
| -rw-r--r-- | lisp/isearch.el | 2 |
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." | |||
| 386 | (define-key map [iconify-frame] nil) | 386 | (define-key map [iconify-frame] nil) |
| 387 | (define-key map [make-frame-visible] nil) | 387 | (define-key map [make-frame-visible] nil) |
| 388 | (define-key map [mouse-movement] nil) | 388 | (define-key map [mouse-movement] nil) |
| 389 | (define-key map [language-change] nil) | ||
| 390 | |||
| 389 | ;; For searching multilingual text. | 391 | ;; For searching multilingual text. |
| 390 | (define-key map "\C-\\" 'isearch-toggle-input-method) | 392 | (define-key map "\C-\\" 'isearch-toggle-input-method) |
| 391 | (define-key map "\C-^" 'isearch-toggle-specified-input-method) | 393 | (define-key map "\C-^" 'isearch-toggle-specified-input-method) |