summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus <rasmus@gmx.us>2015-03-12 13:55:06 +0100
committerRasmus <rasmus@gmx.us>2015-03-14 00:39:54 +0100
commitcf4145db0216e95622289b812a0c176a00ed40cf (patch)
tree881f6074a8ecb786562780a96b0521d0afa77fbd
parentac12984ff6b2be32914b23b11bd10e3e04ba6a70 (diff)
downloadorg-mode-cf4145db0216e95622289b812a0c176a00ed40cf.tar.gz
org.el: Declare org-element-update-syntax
* org.el: Declare org-element-update-syntax. Required by org-add-link-type.
-rwxr-xr-xlisp/org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 6dd2475..3e8c714 100755
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -182,6 +182,7 @@ Stars are put in group 1 and the trimmed body in group 2.")
(declare-function org-element-parse-buffer "org-element"
(&optional granularity visible-only))
(declare-function org-element-type "org-element" (element))
+(declare-function org-element-update-syntax "org-element" ())
(defsubst org-uniquify (list)
"Non-destructively remove duplicate elements from LIST."