diff --git a/core/core-ui.el b/core/core-ui.el index 685bea2e3..b00060b5e 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -376,7 +376,7 @@ iedit." (powerline-raw (concat (and (featurep 'face-remap) (/= text-scale-mode-amount 0) (format "(%+d) " text-scale-mode-amount)) - mode-name + (if (stringp mode-name) mode-name (car mode-name)) (if (stringp mode-line-process) mode-line-process))) :tight-right t)