From 2fb922aaa7c176c9b3318879120417c5269a4caf Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Sun, 5 Jul 2009 16:08:07 -0400 Subject: [PATCH] Trivial cosmetic: shortening a line to make it fit on screen --- lisp/langs/org-babel-ruby.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/langs/org-babel-ruby.el b/lisp/langs/org-babel-ruby.el index 06d0db83e..72d6ccb51 100644 --- a/lisp/langs/org-babel-ruby.el +++ b/lisp/langs/org-babel-ruby.el @@ -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