summaryrefslogtreecommitdiff
path: root/cider-macroexpansion.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-08-25 01:01:37 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-08-25 01:36:15 +0100
commit62d54d64c1508cba0aa16e33a8f7cf793e3af9d7 (patch)
treed25113355ec25d6c9dd11d347d31521c650f0508 /cider-macroexpansion.el
parent4f8a9bbe43a3ad96c5ba7ef1c221aec1e879a0a8 (diff)
Fix many compile warnings
Most of the remaining warnings would be fixed if we cleaned up cider-interaction a little bit. In the very least, there are many repl-related functions in there which should cleanly fit into cider-repl.
Diffstat (limited to 'cider-macroexpansion.el')
-rw-r--r--cider-macroexpansion.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-macroexpansion.el b/cider-macroexpansion.el
index 47c9151e..4349b0a9 100644
--- a/cider-macroexpansion.el
+++ b/cider-macroexpansion.el
@@ -143,7 +143,7 @@ If invoked with a PREFIX argument, use 'macroexpand' instead of
(erase-buffer)
(insert (format "%s" expansion))
(goto-char (point-max))
- (font-lock-fontify-buffer)))
+ (cider--font-lock-ensure)))
(defun cider-redraw-macroexpansion-buffer (expansion buffer start end)
"Redraw the macroexpansion with new EXPANSION.