Browse Source

org-archive.el (org-datetree-find-date-create): Declare.

* org-archive.el (org-datetree-find-date-create): Declare.

This fixes a compiler warning when compiling with Emacs 23.4.
Bastien Guerry 12 years ago
parent
commit
b7a61ed7ea
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org-archive.el

+ 1 - 0
lisp/org-archive.el

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