mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-02 11:22:20 +00:00
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
Block a user