Limit scope of local overriding-terminal-local-map
commit404273aeacba39833ae3a38ce6764cc7a636e9d9
authorAlexander Gramiak <agrambot@gmail.com>
Mon, 29 May 2017 19:43:23 +0000 (29 13:43 -0600)
committerNoam Postavsky <npostavs@gmail.com>
Thu, 1 Jun 2017 21:56:14 +0000 (1 17:56 -0400)
tree2b8763779507d4f5db6460ea61453eff10caa605
parent8c0f845b34ff3fc9622fa7a433d8272d94698c44
Limit scope of local overriding-terminal-local-map

The function `binding' may call isearch-done, which globally sets
overriding-terminal-local-map to nil (Bug#23007).
* lisp/isearch.el (isearch-mouse-2): Don't bind
overriding-terminal-local-map around the call to `binding'.
lisp/isearch.el