Refactor out more s.el dependency
This commit is contained in:
parent
3162c98a11
commit
dc9a7c9780
3 changed files with 5 additions and 5 deletions
|
@ -133,7 +133,7 @@ but do not execute them."
|
|||
flags))))
|
||||
(if lines
|
||||
(mapcar (lambda (it)
|
||||
(let ((pane (s-split it ";")))
|
||||
(let ((pane (split-string it ";")))
|
||||
(list (nth 0 pane)
|
||||
:window-id (nth 1 pane)
|
||||
:session-id (nth 2 pane)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue