copy-seq -> copy-sequence
It's a possibility that the copy-seq alias doesn't exist in certain builds of Emacs. Better safe than sorry.
This commit is contained in:
parent
c5cd97d3cc
commit
9558b5e793
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ ready to be pasted in a bug report on github."
|
||||||
(or (ignore-errors
|
(or (ignore-errors
|
||||||
(require 'use-package)
|
(require 'use-package)
|
||||||
(cl-loop for (name . plist) in (doom-get-packages :private t)
|
(cl-loop for (name . plist) in (doom-get-packages :private t)
|
||||||
if (use-package-plist-delete (copy-seq plist) :private)
|
if (use-package-plist-delete (copy-sequence plist) :private)
|
||||||
collect (format "%s" (cons name it))
|
collect (format "%s" (cons name it))
|
||||||
else
|
else
|
||||||
collect (symbol-name name)))
|
collect (symbol-name name)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue