branch: externals/plz
commit 3576b9820c5d1bc507de3de5f998394c5bc04522
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Tidy: Unused arguments
---
plz.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/plz.el b/plz.el
index 78e2e3871b..09d9f5bf57 100644
--- a/plz.el
+++ b/plz.el
@@ -800,8 +800,8 @@ argument passed to `plz--sentinel', which see."
Arguments are PROCESS and STATUS (ok, checkdoc?)."
(pcase status
((or "finished\n" "killed\n" "interrupt\n"
- (and (pred numberp) code)
- (rx "exited abnormally with code " (let code (group (1+ digit)))))
+ (pred numberp)
+ (rx "exited abnormally with code " (1+ digit)))
(kill-buffer (process-buffer process)))))
;;;;;; HTTP Responses