ob-tangle: declare org-edit-special

* lisp/ob-tangle.el (org-edit-special): Declare function.

Fixes a byte-compiler warning introduced in d9cfec3040.
This commit is contained in:
Achim Gratz 2013-06-01 08:23:58 +02:00
parent e63a7ff70c
commit 0e42f1aae1
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
(eval-when-compile
(require 'cl))
(declare-function org-edit-special "org" (&optional arg))
(declare-function org-link-escape "org" (text &optional table))
(declare-function org-heading-components "org" ())
(declare-function org-back-to-heading "org" (invisible-ok))