Parcourir la source

Add :version to org-src.el option.

Bastien Guerry il y a 13 ans
Parent
commit
1d98ecf980
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      lisp/org-src.el

+ 1 - 0
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 ()