Преглед на файлове

Correct :package-version typo from 1027e0256

* lisp/org.el (org-cycle-hook): Fix recent typo in package-version
value.
Kyle Meyer преди 5 години
родител
ревизия
86ec470bfc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -1547,7 +1547,7 @@ 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
-  :package-version '(Org . "8.4")
+  :package-version '(Org . "9.4")
   :type 'hook)
 
 (defgroup org-edit-structure nil