소스 검색

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)