소스 검색

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