branch: externals/face-shift
commit 327a06daa72df5534502df4894151f5ea0a9ef02
Author: Philip K <[email protected]>
Commit: Philip K <[email protected]>
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."