Hotfix to let build continue after error.

This commit is contained in:
Donald Curtis 2012-05-06 08:21:44 -05:00
parent 73cd32ccae
commit e456ea3cbf

View file

@ -607,9 +607,6 @@ FILES is a list of (SOURCE . DEST) relative filepath pairs."
(package-build-archive pkg)
('error
(message "%s" (error-message-string err))
(message "%s" (mapconcat
'identity
(nthcdr 8 (split-string pb/debugger-return "\n")) "\n"))
nil))))
(defun package-build-all ()