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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider b89275879c: Fix a choice of `face`


From: ELPA Syncer
Subject: [nongnu] elpa/cider b89275879c: Fix a choice of `face`
Date: Fri, 21 Jul 2023 18:59:31 -0400 (EDT)

branch: elpa/cider
commit b89275879c9639b7336dd6d6caca5290d3a52c13
Author: vemv <vemv@users.noreply.github.com>
Commit: vemv <vemv@users.noreply.github.com>

    Fix a choice of `face`
---
 cider-test.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cider-test.el b/cider-test.el
index b53f558a97..5925a291b8 100644
--- a/cider-test.el
+++ b/cider-test.el
@@ -391,7 +391,7 @@ With the actual value, the outermost '(not ...)' 
s-expression is removed."
         (cider-insert (format "%d passed" pass) 'cider-test-success-face t))
       (when cider-test-fail-fast
         (cider-insert "cider-test-fail-fast: " 'font-lock-comment-face nil)
-        (cider-insert "t" 'cider-test-constant-face t))
+        (cider-insert "t" 'font-lock-constant-face t))
       (insert "\n\n"))))
 
 (defun cider-test-render-assertion (buffer test)



reply via email to

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