fixed list nesting error in ob-R.el

This commit is contained in:
Eric Schulte 2010-07-05 10:10:11 -07:00
parent baa6e1d3d7
commit 0a109680ee
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
((lambda (inside)
(if out-file
(append
(org-babel-R-construct-graphics-device-call out-file params)
(list (org-babel-R-construct-graphics-device-call out-file params))
inside
(list "dev.off()"))
inside))