Преглед на файлове

Merge branch 'maint' into master

Kyle Meyer преди 5 години
родител
ревизия
0afef17e1d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lisp/org-element.el

+ 1 - 1
lisp/org-element.el

@@ -4324,7 +4324,7 @@ located inside the current one.  "
   (if parent?
       (pcase type
 	(`headline 'section)
-	((and `section (guard (eq mode 'first-section))) 'top-comment)
+	((and (guard (eq mode 'first-section)) `section) 'top-comment)
 	(`inlinetask 'planning)
 	(`plain-list 'item)
 	(`property-drawer 'node-property)