diff options
author | Bastien Guerry <bastien1@free.fr> | 2012-04-03 14:02:21 +0200 |
---|---|---|
committer | Bastien Guerry <bastien1@free.fr> | 2012-04-03 14:02:21 +0200 |
commit | 372d7b21b2835543c8d97c1dff4929be5270a2a7 (patch) | |
tree | b5cac3b444c54b00a4153109299a397d74eb03fc /lisp/org/ob-lisp.el | |
parent | 5c7ac47249bc16f6efc3085bc72a2d519ae1d834 (diff) | |
download | emacs-372d7b21b2835543c8d97c1dff4929be5270a2a7.tar.gz |
Add :version tag to new Org options in Emacs 24.1
Diffstat (limited to 'lisp/org/ob-lisp.el')
-rw-r--r-- | lisp/org/ob-lisp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org/ob-lisp.el b/lisp/org/ob-lisp.el index 3a6020d9efc..8fb67219692 100644 --- a/lisp/org/ob-lisp.el +++ b/lisp/org/ob-lisp.el @@ -49,6 +49,7 @@ For example a value of \"(progn ;; %s\\n %%s)\" would ignore the current directory string." :group 'org-babel + :version "24.1" :type 'string) (defun org-babel-expand-body:lisp (body params) |