Преглед изворни кода

Revert "don't insert a padline at the top of the file"

This reverts commit 6215960d99b47e2bb5141bcd97b229d9c90c4db2.
Eric Schulte пре 11 година
родитељ
комит
6f90d903e6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lisp/ob-tangle.el

+ 1 - 1
lisp/ob-tangle.el

@@ -327,7 +327,7 @@ that the appropriate major-mode is set.  SPEC has the form:
       (funcall
        insert-comment
        (org-fill-template org-babel-tangle-comment-format-beg link-data)))
-    (when (and padline (not (= (point) (point-min)))) (insert "\n"))
+    (when padline (insert "\n"))
     (insert
      (format
       "%s\n"