From ca08453cc9f142c76536daa0ee824dfa98eb5639 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 2 Apr 2015 00:23:57 +0200 Subject: [PATCH] Update defcustom * lisp/org.el (org-cycle-hook): Update version and package-version. Commit 03e81f0d240271d072fd155d41e59b6b353abaa9 modified default value. --- lisp/org.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index d3f7d85ae..ff803dd71 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."