diff options
Diffstat (limited to 'lisp/org/ob-forth.el')
-rw-r--r-- | lisp/org/ob-forth.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-forth.el b/lisp/org/ob-forth.el index de42042a5b5..5d4fe304d1b 100644 --- a/lisp/org/ob-forth.el +++ b/lisp/org/ob-forth.el @@ -33,9 +33,9 @@ ;;; Code: (require 'ob) +(require 'org-macs) (declare-function forth-proc "ext:gforth" ()) -(declare-function org-trim "org" (s &optional keep-lead)) (defvar org-babel-default-header-args:forth '((:session . "yes")) "Default header arguments for forth code blocks.") |