diff options
Diffstat (limited to 'lisp/org/ob-js.el')
-rw-r--r-- | lisp/org/ob-js.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/org/ob-js.el b/lisp/org/ob-js.el index 4bb379b0b8a..04eb77bd4ae 100644 --- a/lisp/org/ob-js.el +++ b/lisp/org/ob-js.el @@ -4,7 +4,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research, js -;; Homepage: https://orgmode.org +;; URL: https://orgmode.org ;; This file is part of GNU Emacs. @@ -38,6 +38,10 @@ ;; configuration instructions ;;; Code: + +(require 'org-macs) +(org-assert-version) + (require 'ob) (declare-function run-mozilla "ext:moz" (arg)) |