summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianxiang Xiong <tianxiang.xiong@gmail.com>2017-12-17 18:00:05 -0800
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-12-18 07:36:27 +0000
commitb7c93fec984658b83f6ffb4ccc9f13ce1b54e418 (patch)
tree5d1b869f63ea5132c2162ddfcd08efa9f63c9752
parent7ab32081305aecc45b5786c1b35f3aeb2450a92c (diff)
Remove unused var `face` in `cider-stacktrace--emit-spec-problems`
-rw-r--r--cider-stacktrace.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/cider-stacktrace.el b/cider-stacktrace.el
index 0b80f63a..917c286c 100644
--- a/cider-stacktrace.el
+++ b/cider-stacktrace.el
@@ -776,8 +776,7 @@ the NAME. The whole group is prefixed by string INDENT."
(cider-stacktrace--insert-named-group indent " Value: " value)
(insert "\n")
(cider-stacktrace--insert-named-group indent "Problems: \n")
- (let ((indent2 (concat indent " "))
- (face 'font-lock-comment-face))
+ (let ((indent2 (concat indent " ")))
(dolist (prob problems)
(nrepl-dbind-response prob (in val predicate reason spec at extra)
(insert "\n")