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

org-archive.el: Add :package-version to an option

* lisp/org-archive.el (org-archive-subtree-save-file-p): Add
:package-version.
Bastien преди 5 години
родител
ревизия
d9d877491b
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      lisp/org-archive.el

+ 1 - 0
lisp/org-archive.el

@@ -94,6 +94,7 @@ When a string, a %s formatter will be replaced by the file name."
 (defcustom org-archive-subtree-save-file-p 'from-org
   "Non-nil means save the archive file after archiving a subtree."
   :group 'org-archive
+  :package-version '(Org . "9.4")
   :type '(choice
 	  (const :tag "Always save the archive buffer" t)
 	  (const :tag "Save target buffer when archiving from an agenda view" from-agenda)