org-capture: Silence byte-compiler

This commit is contained in:
Nicolas Goaziou 2018-02-24 22:01:04 +01:00
parent 84a3d03dff
commit 65d6d3b043
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@
(require 'org)
(declare-function org-at-encrypted-entry-p "org-crypt" ())
(declare-function org-datetree-find-date-create "org-datetree"
(date &optional keep-restriction))
(declare-function org-clock-update-mode-line "org-clock" (&optional refresh))
(declare-function org-datetree-find-date-create "org-datetree" (date &optional keep-restriction))
(declare-function org-decrypt-entry "org-crypt" ())
(declare-function org-encrypt-entry "org-crypt" ())
(declare-function org-table-analyze "org-table" ())