From b636982b00189f7228db1f889dafa252499a2c2a Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 8 Feb 2013 17:21:54 +0100 Subject: [PATCH] Silent byte-compiler. --- lisp/ob-core.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/ob-core.el b/lisp/ob-core.el index 1c523ea21..eeb1356c5 100644 --- a/lisp/ob-core.el +++ b/lisp/ob-core.el @@ -59,6 +59,8 @@ (pom property &optional inherit literal-nil)) (declare-function org-make-options-regexp "org" (kwds &optional extra)) (declare-function org-do-remove-indentation "org" (&optional n)) +(declare-function org-next-block "org" (arg &optional backward block-regexp)) +(declare-function org-previous-block "org" (arg &optional block-regexp)) (declare-function org-show-context "org" (&optional key)) (declare-function org-at-table-p "org" (&optional table-type)) (declare-function org-cycle "org" (&optional arg)) -- 2.11.4.GIT