summaryrefslogtreecommitdiff
path: root/lisp/org/ob-forth.el
diff options
context:
space:
mode:
authorBastien Guerry <bzg@gnu.org>2020-12-13 13:44:15 +0100
committerBastien Guerry <bzg@gnu.org>2020-12-13 13:44:15 +0100
commitf22856a5c54d99867cd24c08a14bbda23d5c6229 (patch)
treeb6bd688963531eccb8b9d18195df0edfc34ba59d /lisp/org/ob-forth.el
parent6aa9fe3e1b4052b2acde86404a90e35893ebfa00 (diff)
downloademacs-f22856a5c54d99867cd24c08a14bbda23d5c6229.tar.gz
emacs-f22856a5c54d99867cd24c08a14bbda23d5c6229.tar.bz2
emacs-f22856a5c54d99867cd24c08a14bbda23d5c6229.zip
Update to Org 9.4.1
Diffstat (limited to 'lisp/org/ob-forth.el')
-rw-r--r--lisp/org/ob-forth.el3
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"