[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/plz 370d0bbc1a 21/81: Tidy
From: |
ELPA Syncer |
Subject: |
[elpa] externals/plz 370d0bbc1a 21/81: Tidy |
Date: |
Wed, 11 May 2022 17:57:59 -0400 (EDT) |
branch: externals/plz
commit 370d0bbc1a729e09195c1dfde3c6b457d5f1d326
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
Tidy
---
plz.el | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/plz.el b/plz.el
index 632d53d49d..75255ae4ac 100644
--- a/plz.el
+++ b/plz.el
@@ -221,8 +221,7 @@ the initial connection attempt."
(plz--curl 'get url
:headers headers
:connect-timeout connect-timeout
- :decode (cond ((and decode-s (not decode)) nil)
- (t decode))
+ :decode (if (and decode-s (not decode)) nil decode)
:as as :then then :else else))
(cl-defun plz-get-sync (url &key headers as
@@ -251,8 +250,7 @@ the initial connection attempt."
(plz--curl-sync 'get url
:headers headers
:connect-timeout connect-timeout
- :decode (cond ((and decode-s (not decode)) nil)
- (t decode))
+ :decode (if (and decode-s (not decode)) nil decode)
:as as))
;;;;; Private
- [elpa] externals/plz 9e308f1833 80/81: Meta: Tidy headers, etc. for ELPA, (continued)
- [elpa] externals/plz 9e308f1833 80/81: Meta: Tidy headers, etc. for ELPA, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 9156de9c59 81/81: Release: 0.1, ELPA Syncer, 2022/05/11
- [elpa] externals/plz bca0b3112b 20/81: Tidy, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 2b51ecd6be 27/81: Meta: Add test.yml for GitHub Actions, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 4f74be6565 30/81: Notes: Add idea, ELPA Syncer, 2022/05/11
- [elpa] externals/plz fbdcd69950 09/81: Changes, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 4588884c11 10/81: Changes, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 2c19b7f11d 11/81: Changes, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 6a21c7e809 12/81: Significant changes, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 5b00a61ce3 15/81: Rename functions, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 370d0bbc1a 21/81: Tidy,
ELPA Syncer <=
- [elpa] externals/plz 971077e1d3 23/81: Tests, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 30e48b1e6a 22/81: Tidy, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 05f93b0b6b 25/81: Meta: Update Makefile, makem.sh, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 19a0110109 33/81: Notes: Add ToC, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 9a1b119eff 38/81: Meta: Ignore sandbox/, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 0301272d8d 40/81: Add: plz-put, ELPA Syncer, 2022/05/11
- [elpa] externals/plz a5f22b23e1 42/81: Add: (plz), ELPA Syncer, 2022/05/11
- [elpa] externals/plz 430ceffd1d 43/81: Change: Handle killed processes, ELPA Syncer, 2022/05/11
- [elpa] externals/plz f40d3ecbdd 47/81: Add/Change: :noquery argument for make-process, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 1884d038ae 46/81: Notes: Add note about Lars Ingebrigtsen's with-url macro, ELPA Syncer, 2022/05/11