From bdbdc4cb2c7f247913e371239117299f1c6820f5 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 29 Dec 2012 09:23:11 +0100 Subject: [PATCH] org-src.el: Fix compiler warning --- lisp/org-src.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-src.el b/lisp/org-src.el index db3552704..5f66a0af6 100644 --- a/lisp/org-src.el +++ b/lisp/org-src.el @@ -40,6 +40,7 @@ (declare-function org-do-remove-indentation "org" (&optional n)) (declare-function org-at-table.el-p "org" ()) (declare-function org-in-src-block-p "org" (&optional inside)) +(declare-function org-in-block-p "org" (names)) (declare-function org-get-indentation "org" (&optional line)) (declare-function org-switch-to-buffer-other-window "org" (&rest args)) (declare-function org-pop-to-buffer-same-window -- 2.11.4.GIT