mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
destructuring-bind => cl-destructuring-bind
This commit is contained in:
@ -168,7 +168,7 @@ Uses `+workspaces-main' to determine the name of the main workspace."
|
||||
(list tag (buffer-name buf) vars
|
||||
(buffer-name (buffer-base-buffer))))
|
||||
:load-function (lambda (savelist &rest _rest)
|
||||
(destructuring-bind (buf-name _vars base-buf-name &rest _)
|
||||
(cl-destructuring-bind (buf-name _vars base-buf-name &rest _)
|
||||
(cdr savelist)
|
||||
(push (cons buf-name base-buf-name)
|
||||
+workspaces--indirect-buffers-to-restore)
|
||||
|
Reference in New Issue
Block a user