Browse Source

org-element: Better indentation for `org-element-adopt-elements'

* lisp/org-element.el (org-element-adopt-elements): Define a better
  indentation rule.
Nicolas Goaziou 7 năm trước cách đây
mục cha
commit
3fab011755
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lisp/org-element.el

+ 1 - 0
lisp/org-element.el

@@ -491,6 +491,7 @@ objects, or a strings.
 
 The function takes care of setting `:parent' property for CHILD.
 Return parent element."
+  (declare (indent 1))
   (if (not children) parent
     ;; Link every child to PARENT. If PARENT is nil, it is a secondary
     ;; string: parent is the list itself.