summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-04-03 13:05:23 +0200
committerBastien Guerry <bzg@altern.org>2012-04-03 13:05:23 +0200
commit6d1ec16a5a2bb28505b4b39ca6f68c76af815579 (patch)
treed23861a8bb6d2e99e51918761ebd9de9ed65c647
parenta8c68023455a3a83d26661dd13ce6aeaab270d56 (diff)
downloadorg-mode-6d1ec16a5a2bb28505b4b39ca6f68c76af815579.tar.gz
Add :version to org-ctags.el option.
-rw-r--r--lisp/org-ctags.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/org-ctags.el b/lisp/org-ctags.el
index ea94d41..4865619 100644
--- a/lisp/org-ctags.el
+++ b/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