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

This reverts commit 6215960d99.
This commit is contained in:
Eric Schulte 2013-09-28 06:11:36 -06:00
parent 89f10a11fb
commit 6f90d903e6

View file

@ -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"