On error return nil

This commit is contained in:
Donald Curtis 2012-05-03 21:04:06 -05:00
parent 203315d8cd
commit 000bffabf6

View file

@ -614,7 +614,8 @@ TARGET-SUBDIR is a directory relative to TARGET."
(message "%s" (error-message-string err))
(message "%s" (mapconcat
'identity
(nthcdr 8 (split-string pb/debugger-return "\n")) "\n"))))))
(nthcdr 8 (split-string pb/debugger-return "\n")) "\n"))
nil))))
(defun package-build-all ()
"Build all packages in the `package-build-alist'."