diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2017-02-26 19:31:14 +0000 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2017-02-26 20:18:14 +0000 |
commit | 0087d2780b567a9c8412f0f0ed5586260aa2b41d (patch) | |
tree | d1640d6e1c08454bd4f91a91f20d575fd4e58c3f | |
parent | 1afd327afb0d9e42cbd4087dabb051fa295c07a2 (diff) |
Declare external functions to byte compiler
-rw-r--r-- | gnus-desktop-notify.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnus-desktop-notify.el b/gnus-desktop-notify.el index 0c18ebc..fd2468b 100644 --- a/gnus-desktop-notify.el +++ b/gnus-desktop-notify.el @@ -85,6 +85,9 @@ (unless (require 'alert nil t) (require 'notifications nil t)) +(declare-function alert "alert") +(declare-function notifications-notify "notifications") + ;;; Custom variables (defgroup gnus-desktop-notify nil |