瀏覽代碼

Update defcustom

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

Commit 03e81f0d240271d072fd155d41e59b6b353abaa9 modified default
value.
Nicolas Goaziou 10 年之前
父節點
當前提交
ca08453cc9
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      lisp/org.el

+ 3 - 1
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."