* lisp/isearch.el: Avoid an error that blocks isearch
commit25be5df44a7c4e67e365b428a424e9dd957f2687
authorArtur Malabarba <bruce.connor.am@gmail.com>
Fri, 30 Oct 2015 11:04:50 +0000 (30 11:04 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Fri, 30 Oct 2015 11:08:57 +0000 (30 11:08 +0000)
tree83935a4f355c393701062e33be0149107e7fb127
parent44470fed6f720792b2d91b907c52ce30559d03e7
* lisp/isearch.el: Avoid an error that blocks isearch

(isearch-update): Don't error if `isearch--current-buffer' has
been killed.

* test/automated/isearch-tests.el (isearch--test-update): New
file.
lisp/isearch.el
test/automated/isearch-tests.el [new file with mode: 0644]