summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2015-04-02 00:23:57 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2015-04-02 00:23:57 +0200
commitca08453cc9f142c76536daa0ee824dfa98eb5639 (patch)
tree205fdbd8553a05326b782ebaf13adbd06a226750
parent03e81f0d240271d072fd155d41e59b6b353abaa9 (diff)
downloadorg-mode-ca08453cc9f142c76536daa0ee824dfa98eb5639.tar.gz
Update defcustom
* lisp/org.el (org-cycle-hook): Update version and package-version. Commit 03e81f0d240271d072fd155d41e59b6b353abaa9 modified default value.
-rwxr-xr-xlisp/org.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index d3f7d85..ff803dd 100755
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -1429,7 +1429,9 @@ argument is a symbol. After a global state change, it can have the values
`overview', `contents', or `all'. After a local state change, it can have
the values `folded', `children', or `subtree'."
:group 'org-cycle
- :type 'hook)
+ :type 'hook
+ :version "25.1"
+ :package-version '(Org . "8.3"))
(defgroup org-edit-structure nil
"Options concerning structure editing in Org-mode."