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:
Henrik Lissner
2019-02-15 20:03:57 -05:00
parent c5cd97d3cc
commit 9558b5e793

View File

@ -62,7 +62,7 @@ ready to be pasted in a bug report on github."
(or (ignore-errors
(require 'use-package)
(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))
else
collect (symbol-name name)))