babel: cleanup trailing newline after removed #+source and #+results lines

* contrib/babel/lisp/org-babel-exp.el (org-exp-res/src-name-cleanup):
  cleanup trailing newline after removed #+source and #+results lines
This commit is contained in:
Eric Schulte 2010-06-16 10:16:22 -07:00
parent 8ac7e4800c
commit d45826943a

View file

@ -127,7 +127,7 @@ processing has taken place."
nil t)
(delete-region
(progn (beginning-of-line) (point))
(progn (end-of-line) (point))))))
(progn (end-of-line) (+ 1 (point)))))))
(defun org-babel-in-example-or-verbatim ()
"Return true if the point is currently in an escaped portion of