mirror of
https://github.com/correl/melpa.git
synced 2025-03-20 09:19:22 -09:00
subseq should be cl-subseq
This commit is contained in:
parent
a9222d9225
commit
fdc6654952
1 changed files with 1 additions and 1 deletions
|
@ -749,7 +749,7 @@ Optionally PRETTY-PRINT the data."
|
||||||
(if (eq 'define-package (car package-def))
|
(if (eq 'define-package (car package-def))
|
||||||
(let* ((pkgfile-info (cdr package-def))
|
(let* ((pkgfile-info (cdr package-def))
|
||||||
(descr (nth 2 pkgfile-info))
|
(descr (nth 2 pkgfile-info))
|
||||||
(rest-plist (subseq pkgfile-info 4))
|
(rest-plist (cl-subseq pkgfile-info 4))
|
||||||
(extras (let (alist)
|
(extras (let (alist)
|
||||||
(while rest-plist
|
(while rest-plist
|
||||||
(unless (memq (car rest-plist) '(:kind :archive))
|
(unless (memq (car rest-plist) '(:kind :archive))
|
||||||
|
|
Loading…
Add table
Reference in a new issue