Add :version to ob-picolisp.el option.
This commit is contained in:
parent
5e3cf1bd26
commit
346dc97753
|
@ -76,6 +76,7 @@
|
|||
(defcustom org-babel-picolisp-cmd "pil"
|
||||
"Name of command used to evaluate picolisp blocks."
|
||||
:group 'org-babel
|
||||
:version "24.1"
|
||||
:type 'string)
|
||||
|
||||
(defun org-babel-expand-body:picolisp (body params &optional processed-params)
|
||||
|
|
Loading…
Reference in New Issue