summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2013-09-28 06:11:36 -0600
committerEric Schulte <schulte.eric@gmail.com>2013-09-28 06:11:36 -0600
commit6f90d903e6de1ed54f0c1f19ed57d02e9327891c (patch)
tree801b5c7499f01137f88a754547c1280fa42c3e97
parent89f10a11fb96a2ee73145bf18d256d74063b1e9e (diff)
downloadorg-mode-6f90d903e6de1ed54f0c1f19ed57d02e9327891c.tar.gz
Revert "don't insert a padline at the top of the file"
This reverts commit 6215960d99b47e2bb5141bcd97b229d9c90c4db2.
-rw-r--r--lisp/ob-tangle.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el
index 0e1614a..8141943 100644
--- a/lisp/ob-tangle.el
+++ b/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"