Remove +workspace-buffer-list return order #2315
I cannot guarantee this. We simply return was `persp-buffers PERSP` returns. How buffers are ordered is up to persp-mode.
This commit is contained in:
parent
14552bc66b
commit
9fce4d5106
1 changed files with 0 additions and 2 deletions
|
@ -80,8 +80,6 @@ error if NAME doesn't exist."
|
|||
(defun +workspace-buffer-list (&optional persp)
|
||||
"Return a list of buffers in PERSP.
|
||||
|
||||
The buffer list is ordered by recency (same as `buffer-list').
|
||||
|
||||
PERSP can be a string (name of a workspace) or a workspace (satisfies
|
||||
`+workspace-p'). If nil or omitted, it defaults to the current workspace."
|
||||
(let ((persp (or persp (+workspace-current))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue