Prechádzať zdrojové kódy

org-element: Add a couple of autoload cookies

Nicolas Goaziou 12 rokov pred
rodič
commit
ec9e7ab9c1
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      lisp/org-element.el

+ 2 - 0
lisp/org-element.el

@@ -3849,6 +3849,7 @@ OBJECTS is the previous candidates alist."
 ;; The function relies internally on
 ;; `org-element--interpret-affiliated-keywords'.
 
+;;;###autoload
 (defun org-element-interpret-data (data &optional parent)
   "Interpret DATA as Org syntax.
 
@@ -4172,6 +4173,7 @@ first element of current section."
 		 (setq end cend)
 		 (goto-char cbeg)))))))))))
 
+;;;###autoload
 (defun org-element-context ()
   "Return closest element or object around point.