diff options
author | Yuri D'Elia <wavexx@users.noreply.github.com> | 2016-02-10 11:47:03 +0100 |
---|---|---|
committer | Yuri D'Elia <wavexx@users.noreply.github.com> | 2016-02-10 11:47:03 +0100 |
commit | c363af85f341cc878d6c0be53fd32efa8ca9423b (patch) | |
tree | 69dbff4e9f8ede8cda9f7e6f2013b4a175d643c3 /gnus-desktop-notify.el | |
parent | cbd5352d7cb5209a410db7f0faa60b4585f8647b (diff) | |
parent | a1836c13566ae9fa312ef2c5df7838e163a5fb71 (diff) |
Merge pull request #3 from syohex/cl
Load cl for using its macros like 'case'
Diffstat (limited to 'gnus-desktop-notify.el')
-rw-r--r-- | gnus-desktop-notify.el | 2 |
1 files changed, 2 insertions, 0 deletions
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" |