summaryrefslogtreecommitdiff
path: root/lisp/org/ob-forth.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/ob-forth.el')
-rw-r--r--lisp/org/ob-forth.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/ob-forth.el b/lisp/org/ob-forth.el
index 3b521bc4d95..74dbc021700 100644
--- a/lisp/org/ob-forth.el
+++ b/lisp/org/ob-forth.el
@@ -75,8 +75,8 @@ This function is called by `org-babel-execute-src-block'."
((string= "\n:" case)
;; Report errors.
(org-babel-eval-error-notify 1
- (buffer-substring
- (+ (match-beginning 0) 1) (point-max)))
+ (buffer-substring
+ (+ (match-beginning 0) 1) (point-max)))
nil))))
(split-string (org-trim
(org-babel-expand-body:generic body params))