summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <eric.schulte@gmx.com>2012-01-30 18:35:49 -0700
committerEric Schulte <eric.schulte@gmx.com>2012-01-30 18:35:49 -0700
commit900b988742f52cf88ae976b89587591a52709a53 (patch)
tree3d2f88f5a47aa3db8804c8dcebabeac37b2e4163
parent7b59410c30a7ef77a84d36f625fe7fc648f99fa6 (diff)
downloadorg-mode-900b988742f52cf88ae976b89587591a52709a53.tar.gz
fix bug introduced by 794319dfd9f11827ca0fce2043dfa95547eafe84
-rw-r--r--lisp/ob-R.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-R.el b/lisp/ob-R.el
index ad18984..05e3f48 100644
--- a/lisp/ob-R.el
+++ b/lisp/ob-R.el
@@ -281,7 +281,7 @@ last statement in BODY, as elisp."
(let ((ess-local-process-name
(process-name (get-buffer-process session)))
(ess-eval-visibly-p nil))
- (ess-eval-buffer)))
+ (ess-eval-buffer nil)))
(let ((tmp-file (org-babel-temp-file "R-")))
(org-babel-comint-eval-invisibly-and-wait-for-file
session tmp-file