Add :version to ob-scheme.el option.
This commit is contained in:
parent
6e2207fc0a
commit
7a6b863a76
|
@ -54,6 +54,7 @@
|
|||
(defcustom org-babel-scheme-cmd "guile"
|
||||
"Name of command used to evaluate scheme blocks."
|
||||
:group 'org-babel
|
||||
:version "24.1"
|
||||
:type 'string)
|
||||
|
||||
(defun org-babel-expand-body:scheme (body params)
|
||||
|
|
Loading…
Reference in New Issue