Trivial cosmetic: shortening a line to make it fit on screen

This commit is contained in:
Dan Davison 2009-07-05 16:08:07 -04:00
parent a06c910f37
commit 2fb922aaa7
1 changed files with 4 additions and 2 deletions

View File

@ -150,8 +150,10 @@ last statement in BODY."
(with-temp-buffer (insert-file-contents tmp-file) (buffer-string))))))
;; comint session evaluation
(message "session evaluation")
(let* ((full-body (mapconcat #'org-babel-chomp
(list body org-babel-ruby-last-value-eval org-babel-ruby-eoe-indicator) "\n"))
(let* ((full-body
(mapconcat
#'org-babel-chomp
(list body org-babel-ruby-last-value-eval org-babel-ruby-eoe-indicator) "\n"))
(raw (org-babel-comint-with-output buffer org-babel-ruby-eoe-indicator t
(insert full-body) (comint-send-input nil t)))
(results (cdr (member org-babel-ruby-eoe-indicator