* lisp/isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
authorJuri Linkov <juri@jurta.org>
Tue, 8 Oct 2013 23:20:12 +0000 (02:20 +0300)
committerJuri Linkov <juri@jurta.org>
Tue, 8 Oct 2013 23:20:12 +0000 (02:20 +0300)
commitb0949cc4c9edcfea541ad72ee5e7579fac7466e1
treeb86ed3730e2b941d675a8532c83251a6a146231c
parent3b158d1150cbbffc77afef323008623ac5c3e169
* lisp/isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
to isearch-other-control-char.
(isearch-mode): Add isearch-pre-command-hook to pre-command-hook
and isearch-post-command-hook to post-command-hook.
(isearch-done): Remove isearch-pre-command-hook from pre-command-hook
and isearch-post-command-hook from post-command-hook.
(isearch-unread-key-sequence)
(isearch-reread-key-sequence-naturally)
(isearch-lookup-scroll-key, isearch-other-control-char)
(isearch-other-meta-char): Remove functions.
(isearch-pre-command-hook, isearch-post-command-hook):
New functions based on isearch-other-meta-char rewritten
relying on the new behavior of overriding-terminal-local-map
that does not replace the local keymaps any more.

Fixes: debbugs:15200
lisp/ChangeLog
lisp/isearch.el