diff options
Diffstat (limited to 'exwm-workspace.el')
-rw-r--r-- | exwm-workspace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm-workspace.el b/exwm-workspace.el index 8230bd7628c1..283b3849db51 100644 --- a/exwm-workspace.el +++ b/exwm-workspace.el @@ -453,7 +453,7 @@ The optional FORCE option is for internal use only." (setq result (+ result (ceiling (1+ (length i)) width)))) - (split-string (current-message) "\n")) + (split-string (or (current-message) "") "\n")) result) (count-screen-lines)))))) (when (and (integerp max-mini-window-height) |