[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 07dacfe2e2 08/11: Prefer string-match-p over string-s
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 07dacfe2e2 08/11: Prefer string-match-p over string-suffix-p |
Date: |
Thu, 14 Sep 2023 06:59:54 -0400 (EDT) |
branch: elpa/helm
commit 07dacfe2e2db980a9e42afef2fc8539c155fdd0d
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Prefer string-match-p over string-suffix-p
---
helm-lib.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-lib.el b/helm-lib.el
index 2a93271f57..70df22089c 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -1732,7 +1732,7 @@ Directories expansion is not supported."
(with-temp-buffer
(call-process-shell-command
(format cmd
- (if (string-suffix-p ".gz" file)
+ (if (string-match-p ".gz\\'" file)
"gzip -c -q -d" "cat")
(shell-quote-argument file)
regexp)
- [nongnu] elpa/helm updated (6bf5f5a20f -> d093dae2b0), ELPA Syncer, 2023/09/14
- [nongnu] elpa/helm 9d6cf3fbc4 03/11: Make locate-library caches private, ELPA Syncer, 2023/09/14
- [nongnu] elpa/helm e99ab71880 05/11: Add startup message for helm-locate-library, ELPA Syncer, 2023/09/14
- [nongnu] elpa/helm 23909635de 06/11: Display summary in helm-locate-library only when *completions-detailed is enabled, ELPA Syncer, 2023/09/14
- [nongnu] elpa/helm d4f2268808 07/11: Add docstring, ELPA Syncer, 2023/09/14
- [nongnu] elpa/helm 30f331b594 10/11: Prefer candidate-transformer in helm-locate-library, ELPA Syncer, 2023/09/14
- [nongnu] elpa/helm d093dae2b0 11/11: Fix startup message in helm-locate-library, ELPA Syncer, 2023/09/14
- [nongnu] elpa/helm 1902e35712 02/11: Ensure helm-elisp is required, ELPA Syncer, 2023/09/14
- [nongnu] elpa/helm 46b9b95a05 01/11: Add locate-library to library category, ELPA Syncer, 2023/09/14
- [nongnu] elpa/helm 943aa46587 04/11: Long lines only, ELPA Syncer, 2023/09/14
- [nongnu] elpa/helm 07dacfe2e2 08/11: Prefer string-match-p over string-suffix-p,
ELPA Syncer <=
- [nongnu] elpa/helm cbad7919e9 09/11: Be consistent with candidate-transformer in both in-buffer and async, ELPA Syncer, 2023/09/14