diff options
Diffstat (limited to 'lisp/org/ob-forth.el')
-rw-r--r-- | lisp/org/ob-forth.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org/ob-forth.el b/lisp/org/ob-forth.el index aef6784ca48..b6191c30719 100644 --- a/lisp/org/ob-forth.el +++ b/lisp/org/ob-forth.el @@ -76,7 +76,8 @@ This function is called by `org-babel-execute-src-block'." ;; Report errors. (org-babel-eval-error-notify 1 (buffer-substring - (+ (match-beginning 0) 1) (point-max))) nil)))) + (+ (match-beginning 0) 1) (point-max))) + nil)))) (split-string (org-trim (org-babel-expand-body:generic body params)) "\n" |