diff options
Diffstat (limited to 'lisp/org/ob-forth.el')
-rw-r--r-- | lisp/org/ob-forth.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/org/ob-forth.el b/lisp/org/ob-forth.el index 53088b07060..a67d3384f60 100644 --- a/lisp/org/ob-forth.el +++ b/lisp/org/ob-forth.el @@ -4,7 +4,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research, forth -;; Homepage: https://orgmode.org +;; URL: https://orgmode.org ;; This file is part of GNU Emacs. @@ -32,6 +32,10 @@ ;; `forth-mode' which is distributed with gforth (in gforth.el). ;;; Code: + +(require 'org-macs) +(org-assert-version) + (require 'ob) (require 'org-macs) |