From 5f04faa8761767c4e3c2941481147812856469a8 Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Sat, 15 Oct 2016 11:15:01 +0900 Subject: [PATCH] Suppress byte-compile warning --- evil-commentary-integration.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/evil-commentary-integration.el b/evil-commentary-integration.el index 4fcf1d3..0d2760e 100644 --- a/evil-commentary-integration.el +++ b/evil-commentary-integration.el @@ -1,3 +1,5 @@ +(declare-function org-in-src-block-p "org") + (defmacro evil-commentary/org-babel-do-in-edit-buffer (beg end &rest body) "Do `org-babel-do-in-edit-buffer' and restore view.