diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-05-23 17:46:21 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-05-23 17:47:53 -0400 |
commit | f62076dc33f562b085049f68df07cb140a35db20 (patch) | |
tree | 6c2a4278b2896b3c8c2a0ef7ca3397be9d04c96e /piem-b4.el | |
parent | 715d7501fca8ffd7c18b0ecec8f1d8550690d15d (diff) | |
download | piem-f62076dc33f562b085049f68df07cb140a35db20.tar.gz |
piem-gunzip-buffer: Check for gunzip executable
Make piem-gunzip-buffer handle the executable check so that callers
don't have to worry about it.
Message-Id: <20210523214623.31331-4-kyle@kyleam.com>
Diffstat (limited to 'piem-b4.el')
-rw-r--r-- | piem-b4.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -73,7 +73,6 @@ This is intended to be used for debugging purposes.") ;; back to b4's configuration. (unless local-mbox-p (when-let ((url (and (equal mid (piem-mid)) - (piem-check-gunzip) (piem-inbox-get :url)))) (ignore-errors (piem-with-url-contents |