summaryrefslogtreecommitdiffstats
path: root/.emacs.d/site-lisp/dzen.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-15 12:11:41 +0100
committerGravatar Tom Willemsen2013-01-15 12:11:41 +0100
commit7a5a232c27394a8afd87abc2f27b31f62cd91b59 (patch)
treee965db1aabb93bb84f29fa20c46c33b422a141a9 /.emacs.d/site-lisp/dzen.el
parent25dcd4dd48b31a426a1e04204f0926567820ad59 (diff)
downloaddotfiles-7a5a232c27394a8afd87abc2f27b31f62cd91b59.tar.gz
dotfiles-7a5a232c27394a8afd87abc2f27b31f62cd91b59.zip
Emacs: Update some things
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)