diff options
author | Bastien Guerry <bastien1@free.fr> | 2012-04-03 14:02:21 +0200 |
---|---|---|
committer | Bastien Guerry <bastien1@free.fr> | 2012-04-03 14:02:21 +0200 |
commit | 372d7b21b2835543c8d97c1dff4929be5270a2a7 (patch) | |
tree | b5cac3b444c54b00a4153109299a397d74eb03fc /lisp/org/ob-js.el | |
parent | 5c7ac47249bc16f6efc3085bc72a2d519ae1d834 (diff) | |
download | emacs-372d7b21b2835543c8d97c1dff4929be5270a2a7.tar.gz emacs-372d7b21b2835543c8d97c1dff4929be5270a2a7.tar.bz2 emacs-372d7b21b2835543c8d97c1dff4929be5270a2a7.zip |
Add :version tag to new Org options in Emacs 24.1
Diffstat (limited to 'lisp/org/ob-js.el')
-rw-r--r-- | lisp/org/ob-js.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org/ob-js.el b/lisp/org/ob-js.el index e9c3dbb4f44..20cad4e6b40 100644 --- a/lisp/org/ob-js.el +++ b/lisp/org/ob-js.el @@ -55,6 +55,7 @@ (defcustom org-babel-js-cmd "node" "Name of command used to evaluate js blocks." :group 'org-babel + :version "24.1" :type 'string) (defvar org-babel-js-function-wrapper |