Add :version to ob-lisp.el option.
This commit is contained in:
parent
e97aec45a4
commit
5bb982881a
|
@ -49,6 +49,7 @@
|
||||||
For example a value of \"(progn ;; %s\\n %%s)\" would ignore the
|
For example a value of \"(progn ;; %s\\n %%s)\" would ignore the
|
||||||
current directory string."
|
current directory string."
|
||||||
:group 'org-babel
|
:group 'org-babel
|
||||||
|
:version "24.1"
|
||||||
:type 'string)
|
:type 'string)
|
||||||
|
|
||||||
(defun org-babel-expand-body:lisp (body params)
|
(defun org-babel-expand-body:lisp (body params)
|
||||||
|
|
Loading…
Reference in New Issue