From a1836c13566ae9fa312ef2c5df7838e163a5fb71 Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Wed, 10 Feb 2016 11:17:15 +0900 Subject: Load cl for using its macros like 'case' --- gnus-desktop-notify.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnus-desktop-notify.el') diff --git a/gnus-desktop-notify.el b/gnus-desktop-notify.el index c8d77c1..b9668c1 100644 --- a/gnus-desktop-notify.el +++ b/gnus-desktop-notify.el @@ -83,6 +83,8 @@ (require 'format-spec) (unless (require 'alert nil t) (require 'notifications nil t)) +(eval-when-compile + (require 'cl)) (defgroup gnus-desktop-notify nil "Gnus external notification framework" -- cgit v1.2.3