]> git.eshelyaron.com Git - emacs.git/commit
Use regexp matching instead of checking exit status
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 29 May 2017 21:58:39 +0000 (00:58 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 29 May 2017 21:59:03 +0000 (00:59 +0300)
commit4886b2ed52249597d1ea638f20c0ceb689075e72
treef610ad281501730cd6421a3ba6b5079fe1886a28
parent299a96c7f6f8dbba210c373130cd9f2d4eec77a5
Use regexp matching instead of checking exit status

* lisp/progmodes/xref.el (xref-collect-matches):
See if the output buffer contents look like Grep output
instead of checking exit status (bug#23451).
lisp/progmodes/xref.el