summaryrefslogtreecommitdiff
path: root/cider-interaction.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-08-14 12:50:43 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2014-08-14 12:50:43 +0300
commit95f8d4ab5895c02bf2ff28e36c9328fa0d102f38 (patch)
tree91d3640c050a7f57a2aadd90ee1215829871082c /cider-interaction.el
parent5d2388a3083a4b6de9fc585d230db6e2b9bcde9b (diff)
[Fix #728] Restore the clearing of compilation highlights on interactive eval
Diffstat (limited to 'cider-interaction.el')
-rw-r--r--cider-interaction.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-interaction.el b/cider-interaction.el
index 2ad20e1d..7e9f697c 100644
--- a/cider-interaction.el
+++ b/cider-interaction.el
@@ -1202,7 +1202,7 @@ search for and read a `ns' form."
(defun cider-interactive-eval (form)
"Evaluate the given FORM and print value in minibuffer."
-
+ (cider--clear-compilation-highlights)
(let ((buffer (current-buffer)))
(cider-eval form
(cider-interactive-eval-handler buffer)