From 0271bbba31f333a249d83df1669c4c525767af74 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 13 Nov 2015 21:29:53 +0200 Subject: Use font-lock-type-face when rendering the ns in cider-test-render-report --- cider-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cider-test.el') diff --git a/cider-test.el b/cider-test.el index 2e16f8c1..cf1a7995 100644 --- a/cider-test.el +++ b/cider-test.el @@ -307,7 +307,7 @@ With the actual value, the outermost '(not ...)' s-expression is removed." (let ((inhibit-read-only t)) (cider-test-report-mode) (cider-insert "Test Summary" 'bold t) - (cider-insert ns 'font-lock-function-name-face t "\n") + (cider-insert ns 'font-lock-type-face t "\n") (cider-test-render-summary buffer summary) (nrepl-dbind-response summary (fail error) (unless (zerop (+ fail error)) -- cgit v1.2.3