org.el: Declare org-element-update-syntax

* org.el: Declare org-element-update-syntax.  Required by org-add-link-type.
This commit is contained in:
Rasmus 2015-03-12 13:55:06 +01:00
parent ac12984ff6
commit cf4145db02
1 changed files with 1 additions and 0 deletions

View File

@ -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."