瀏覽代碼

Add :version to ob-js.el option.

Bastien Guerry 13 年之前
父節點
當前提交
7ffea1b7b9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/ob-js.el

+ 1 - 0
lisp/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