ob-tangle: no longer inserting newlines between appended code blocks

* lisp/ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
  inserting newlines between appended code blocks.
This commit is contained in:
Eric Schulte 2011-06-13 14:58:56 -07:00
parent f1c0042967
commit 90f6765cdf
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ same name in the order they appear in the file."
(cdr by-lang)))))
(case org-babel-tangle-named-block-combination
(append (mapconcat #'identity
named "\n"))
named ""))
(first (first named))
(last (car (last named))))))
(add-to-list 'tangled-names name))