瀏覽代碼

Add :version to org-src.el option.

Bastien Guerry 13 年之前
父節點
當前提交
1d98ecf980
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 ()