Browse Source

org-archive: Silence byte-compiler

Nicolas Goaziou 9 năm trước cách đây
mục cha
commit
3090bb29c8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      lisp/org-archive.el

+ 2 - 1
lisp/org-archive.el

@@ -30,8 +30,9 @@
 
 (require 'org)
 
-(declare-function org-inlinetask-remove-END-maybe "org-inlinetask" ())
+(declare-function org-element-type "org-element" (element))
 (declare-function org-datetree-find-date-create "org-datetree" (date &optional keep-restriction))
+(declare-function org-inlinetask-remove-END-maybe "org-inlinetask" ())
 
 (defcustom org-archive-default-command 'org-archive-subtree
   "The default archiving command."