diff options
author | Syohei YOSHIDA <syohex@gmail.com> | 2016-02-10 11:17:15 +0900 |
---|---|---|
committer | Syohei YOSHIDA <syohex@gmail.com> | 2016-02-10 11:17:15 +0900 |
commit | a1836c13566ae9fa312ef2c5df7838e163a5fb71 (patch) | |
tree | 69dbff4e9f8ede8cda9f7e6f2013b4a175d643c3 /gnus-desktop-notify.el | |
parent | cbd5352d7cb5209a410db7f0faa60b4585f8647b (diff) |
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" |