Add :version to ob-scheme.el option.

This commit is contained in:
Bastien Guerry 2012-04-03 13:44:15 +02:00
parent 6e2207fc0a
commit 7a6b863a76
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
(defcustom org-babel-scheme-cmd "guile" (defcustom org-babel-scheme-cmd "guile"
"Name of command used to evaluate scheme blocks." "Name of command used to evaluate scheme blocks."
:group 'org-babel :group 'org-babel
:version "24.1"
:type 'string) :type 'string)
(defun org-babel-expand-body:scheme (body params) (defun org-babel-expand-body:scheme (body params)