[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/face-shift 327a06daa7 15/50: replaced rx with literal m
From: |
ELPA Syncer |
Subject: |
[elpa] externals/face-shift 327a06daa7 15/50: replaced rx with literal macro |
Date: |
Sun, 30 Apr 2023 12:03:19 -0400 (EDT) |
branch: externals/face-shift
commit 327a06daa72df5534502df4894151f5ea0a9ef02
Author: Philip K <philip@warpmail.net>
Commit: Philip K <philip@warpmail.net>
replaced rx with literal macro
---
face-shift.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/face-shift.el b/face-shift.el
index 8647ab18bb..ba6df51720 100644
--- a/face-shift.el
+++ b/face-shift.el
@@ -81,7 +81,7 @@ Symbols `int', `max' and `min' are substituted with
(append '(default cursor region isearch)
(cl-remove-if-not
(lambda (sym)
- (string-match-p (rx bos "font-lock-")
+ (string-match-p "\\`font-lock-"
(symbol-name sym)))
(face-list)))
"Faces that `face-shift' should distort."
- [elpa] externals/face-shift 90c3a35e18 09/50: added initial readme, (continued)
- [elpa] externals/face-shift 90c3a35e18 09/50: added initial readme, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift c09d67f54e 10/50: added missing docstring, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 4e37f6ecd1 12/50: re-spelt all instances of "colour" to "color", ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 80ed3c9ee2 17/50: added missing cl-lib dependency, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 2ddb8a90d2 21/50: removed dependency on when-let*, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 0a7cf055ac 23/50: implemented intensity variable, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 0170ab2993 30/50: Update URL header, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 30cf63243b 08/50: fixed some metadata values, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 20469831a8 11/50: fixed package-lint issues, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 0fdf8c59b1 13/50: made face-shift-color type more concrete, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 327a06daa7 15/50: replaced rx with literal macro,
ELPA Syncer <=
- [elpa] externals/face-shift 194b4dc2d0 07/50: added initial support for dark backgrounds, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 95efc40b7b 02/50: converted all tabs to spaces, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 601cee00a6 14/50: converted all tabs to regular whitespaces, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift f7922b4216 26/50: fix missing link to the public-inbox, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 726c0f198f 27/50: switched from map to cl-map to avoid implicit cl dependency, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift a2e9d00568 31/50: Add face-shift-shift-foreground option, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift bb2dd87c27 34/50: Always require cl-lib, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 4500e94373 41/50: Remove subr-x dependency, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift c214be3398 44/50: Increase default face-shift-intensity value, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 2c3ee3b010 47/50: Assign copyright to the FSF, ELPA Syncer, 2023/04/30