From 28d6c8ee7725173c5425b22c158c8017f8d73b75 Mon Sep 17 00:00:00 2001 From: Kinneyzhang Date: Sat, 9 Aug 2025 19:29:07 +0800 Subject: [PATCH] fix bug in ekp-hyphen-str --- ekp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ekp.el b/ekp.el index 99caa3b..7c23191 100644 --- a/ekp.el +++ b/ekp.el @@ -290,7 +290,7 @@ return the value of KEY in plist." (defun ekp-hyphen-str (string) (propertize - "-" 'face '(:family (ekp-text-data string :latin-font)))) + "-" 'face `(:family ,(ekp-text-data string :latin-font)))) (defun ekp-hyphen-pixel (string) (string-pixel-width (ekp-hyphen-str string)))