Update defcustom

* lisp/org.el (org-cycle-hook): Update version and package-version.

Commit 03e81f0d24 modified default
value.
This commit is contained in:
Nicolas Goaziou 2015-04-02 00:23:57 +02:00
parent 03e81f0d24
commit ca08453cc9
1 changed files with 3 additions and 1 deletions

View File

@ -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."