Skip to content

Commit 73267ea

Browse files
authored
[bot] "built_in_updates" Wed Aug 10 18:49:03 UTC 2022 (syl20bnr#15694)
1 parent 71e56d7 commit 73267ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/libs/package-build.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ still be renamed."
607607
(let ((form (with-temp-buffer
608608
(insert-file-contents file)
609609
(read (current-buffer)))))
610-
(unless (eq (car form) #'define-package)
610+
(unless (eq (car form) 'define-package)
611611
(error "No define-package found in %s" file))
612612
(pcase-let*
613613
((`(,_ ,_ ,_ ,summary ,deps . ,extra) form)

0 commit comments

Comments
 (0)