Browse Source

Merge branch 'maint'

Bastien Guerry 4 năm trước cách đây
mục cha
commit
6f72efd390
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

@@ -6988,6 +6988,7 @@ unconditionally."
 	 (when (equal arg '(16)) (org-up-heading-safe))
 	 (org-end-of-subtree)))
       (unless (bolp) (insert "\n"))
+      (unless level (backward-char))
       (unless (and blank? (org-previous-line-empty-p))
 	(org-N-empty-lines-before-current (if blank? 1 0)))
       (insert stars " ")