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:
parent
e63a7ff70c
commit
0e42f1aae1
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue