summaryrefslogtreecommitdiffstats
path: root/.emacs.d/site-lisp/dzen.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/site-lisp/dzen.el')
-rw-r--r--.emacs.d/site-lisp/dzen.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/site-lisp/dzen.el b/.emacs.d/site-lisp/dzen.el
index 2d43f95..6cc3eae 100644
--- a/.emacs.d/site-lisp/dzen.el
+++ b/.emacs.d/site-lisp/dzen.el
@@ -39,7 +39,9 @@
(defun dzen-update ()
(let ((strl "")
- (strc metal-express-radio-currently-playing)
+ (strc (if (boundp 'metal-express-radio-currently-playing)
+ metal-express-radio-currently-playing
+ ""))
(strr (format
"jabber: %s ryu: %d gm: %d aet: %d 9n: %d rss: %d\n"
(oni:current-jabber-status)