Add :version to ob-lisp.el option.

This commit is contained in:
Bastien Guerry 2012-04-03 13:30:07 +02:00
parent e97aec45a4
commit 5bb982881a
1 changed files with 1 additions and 0 deletions

View File

@ -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)