浏览代码

Add :version to org-ctags.el option.

Bastien Guerry 13 年之前
父节点
当前提交
6d1ec16a5a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lisp/org-ctags.el

+ 2 - 0
lisp/org-ctags.el

@@ -162,6 +162,7 @@ See the ctags documentation for more information.")
     (t "ctags-exuberant"))
   "Full path to the ctags executable file."
   :group 'org-ctags
+  :version "24.1"
   :type 'file)
 
 (defcustom org-ctags-open-link-functions
@@ -170,6 +171,7 @@ See the ctags documentation for more information.")
     org-ctags-ask-append-topic)
   "List of functions to be prepended to ORG-OPEN-LINK-FUNCTIONS when ORG-CTAGS is active."
   :group 'org-ctags
+  :version "24.1"
   :type 'hook
   :options '(org-ctags-find-tag
              org-ctags-ask-rebuild-tags-file-then-find-tag