summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gratz <Stromeko@Stromeko.DE>2013-06-01 08:23:58 +0200
committerAchim Gratz <Stromeko@Stromeko.DE>2013-06-01 11:31:07 +0200
commit0e42f1aae14cb17d52aea3702356514cae086698 (patch)
treeaa6ce7fc7a8ddb1b4bac145b3e92e4e2a5e2daed
parente63a7ff70cb4e8669d4c4796afc153f8ea536fcf (diff)
downloadorg-mode-0e42f1aae14cb17d52aea3702356514cae086698.tar.gz
ob-tangle: declare org-edit-special
* lisp/ob-tangle.el (org-edit-special): Declare function. Fixes a byte-compiler warning introduced in d9cfec3040.
-rw-r--r--lisp/ob-tangle.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el
index c5cde53..0c151ba 100644
--- a/lisp/ob-tangle.el
+++ b/lisp/ob-tangle.el
@@ -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))