ui/workspace: minibuffer-message -> message

minibuffer-message adds 2 seconds to emacsclient calls that create new
workspaces.
This commit is contained in:
Henrik Lissner 2019-06-01 00:18:08 -04:00
parent 653bd99b77
commit e7c12b1bb6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -423,7 +423,7 @@ the next."
"Display a list of workspaces (like tabs) in the echo area."
(interactive)
(let (message-log-max)
(minibuffer-message "%s" (+workspace--tabline))))
(message "%s" (+workspace--tabline))))
;;