core: remove unused variable (#15693)

This commit is contained in:
lin.sun 2022-08-10 11:48:14 -07:00 committed by GitHub
parent 4c027d0abf
commit 71e56d75fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1183,8 +1183,7 @@ error recovery."
"is one of \'all, \'any, \'current or nil")
(spacemacs//test-list
(lambda (x)
(let ((el (or (car-safe x) x))
(list-size (cdr-safe x)))
(let ((el (or (car-safe x) x)))
(member el '(recents recents-by-project bookmarks projects todos agenda))))
'dotspacemacs-startup-lists (concat "includes \'recents, 'recents-by-project, "
"\'bookmarks, \'todos, "