]> code.delx.au - gnu-emacs-elpa/commit
Add optional exit-code table to counsel--async-cmd
authorjustbur <justin@burkett.cc>
Mon, 7 Mar 2016 20:05:09 +0000 (15:05 -0500)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 7 Mar 2016 21:08:59 +0000 (22:08 +0100)
commit871f78cc9fea6c2c86e0d68a89df0a9dc9aad8b5
treec849021418b39df6509b009b9dd9af593f610c17
parent591c8fe22b3e0b89fd3bb83328d0b101508721ca
Add optional exit-code table to counsel--async-cmd

This argument can be used to associate exit codes with the underlying
reason. Used in counsel-ag-function to signal that an exit code of 1
means that no matches were found.

Fixes #421
counsel.el