From f5316890bfd66584aa3d285d28b73cef836c39db Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Mon, 30 Nov 2015 18:51:29 +0100 Subject: [PATCH] Update. --- emacs.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/emacs.el b/emacs.el index 1b17d1b..fa38ffd 100644 --- a/emacs.el +++ b/emacs.el @@ -978,9 +978,10 @@ printer." (ff/temp-info-string) - (propertize - (ff/battery-info-string) - 'face 'ff/battery-info-face) + ,@(when (ff/battery-info-string) + '((propertize + (ff/battery-info-string) + 'face 'ff/battery-info-face))) " " -- 2.20.1