A more reliable +workspace-list-names
In case the cache goes stale.
This commit is contained in:
parent
07c61c5f9f
commit
d1c9c3fc91
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ error if NAME doesn't exist."
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +workspace-list-names ()
|
(defun +workspace-list-names ()
|
||||||
"Return the list of names of open workspaces."
|
"Return the list of names of open workspaces."
|
||||||
(cdr persp-names-cache))
|
(mapcar #'safe-persp-name (+workspace-list)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +workspace-buffer-list (&optional persp)
|
(defun +workspace-buffer-list (&optional persp)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue