Add missing arg to cl-assert call in recipe check

This commit is contained in:
Steve Purcell 2015-01-06 13:03:39 +00:00
parent 9428a70292
commit 49ceee7b4e

View file

@ -811,6 +811,7 @@ of the same-named package which is to be kept."
(cl-assert pkg-name)
(cl-assert (symbolp pkg-name))
(cl-assert (string= (symbol-name pkg-name) (file-name-nondirectory file-name))
nil
"Recipe '%s' contains mismatched package name '%s'"
(file-name-nondirectory file-name)
(car pkg-info))