From 0087d2780b567a9c8412f0f0ed5586260aa2b41d Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Sun, 26 Feb 2017 19:31:14 +0000 Subject: Declare external functions to byte compiler --- gnus-desktop-notify.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnus-desktop-notify.el') 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 -- cgit v1.2.3