emacs-elpa-diffs
[Top][All Lists]
Advanced

[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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]