[bot] "built_in_updates" Wed Aug 10 18:49:03 UTC 2022 (#15694)

This commit is contained in:
SpacemacsBot 2022-08-10 21:49:46 +03:00 committed by GitHub
parent 71e56d75fb
commit 73267ea02b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ still be renamed."
(let ((form (with-temp-buffer
(insert-file-contents file)
(read (current-buffer)))))
(unless (eq (car form) #'define-package)
(unless (eq (car form) 'define-package)
(error "No define-package found in %s" file))
(pcase-let*
((`(,_ ,_ ,_ ,summary ,deps . ,extra) form)