瀏覽代碼

Merge branch 'maint'

Nicolas Goaziou 6 年之前
父節點
當前提交
7e4847a554
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/org-table.el

+ 1 - 0
lisp/org-table.el

@@ -1061,6 +1061,7 @@ Before doing so, re-align the table if necessary."
       (org-table-align))
   (let ((col (org-table-current-column)))
     (beginning-of-line 2)
+    (unless (bolp) (insert "\n"))	;missing newline at eob
     (when (or (not (org-at-table-p))
 	      (org-at-table-hline-p))
       (beginning-of-line 0)