From 62d54d64c1508cba0aa16e33a8f7cf793e3af9d7 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Tue, 25 Aug 2015 01:01:37 +0100 Subject: 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. --- cider-macroexpansion.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cider-macroexpansion.el') 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. -- cgit v1.2.3