]> git.eshelyaron.com Git - emacs.git/commit
Make the Man completion code work better if man -k fails
authorNoam Postavsky <npostavs@users.sourceforge.net>
Fri, 25 Sep 2020 11:39:24 +0000 (13:39 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 25 Sep 2020 11:39:24 +0000 (13:39 +0200)
commit9fd9c9c2c00a95640b32b63dc20041ec6d512f0b
tree709729fce8836de1684887723fd020784e1b9694
parent830e876d94a8cfc5a516e7fcd867525754508cf3
Make the Man completion code work better if man -k fails

* lisp/man.el (Man-completion-table): Check the return code for
"man -k" and assume it failed if there's a non-zero exit code
(bug#16722).
lisp/man.el