From 52bb7b7c7f578f9bbc63b7c1f3096192254200a4 Mon Sep 17 00:00:00 2001 From: Eivind Fonn Date: Thu, 3 Mar 2016 21:14:40 +0100 Subject: [PATCH] Revert one instance of condition-case --- core/core-configuration-layer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-configuration-layer.el b/core/core-configuration-layer.el index a2681cd85..2054c46e6 100644 --- a/core/core-configuration-layer.el +++ b/core/core-configuration-layer.el @@ -256,7 +256,7 @@ refreshed during the current session." "\nError connection time out for %s repository!" (car archive)) :warning) 'error)) - (condition-case-unless-debug err + (condition-case err (url-retrieve-synchronously (cdr archive)) ('error (display-warning 'spacemacs