From 1d98ecf9804f5070c356f33aca747b9b03728314 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 3 Apr 2012 13:44:58 +0200 Subject: [PATCH] Add :version to org-src.el option. --- lisp/org-src.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-src.el b/lisp/org-src.el index 0a67d79f2..496dafe5e 100644 --- a/lisp/org-src.el +++ b/lisp/org-src.el @@ -761,6 +761,7 @@ Org-babel commands." "If non-nil, the effect of TAB in a code block is as if it were issued in the language major mode buffer." :type 'boolean + :version "24.1" :group 'org-babel) (defun org-src-native-tab-command-maybe () -- 2.11.4.GIT