From 55ea575e131ff6295e64abaa7e766073e3a9b4d1 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Thu, 6 Nov 2014 15:29:24 +0900 Subject: [PATCH] package.el: Fix the last commit --- lisp/emacs-lisp/package.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 436cd1940a9..4e5c397e433 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -853,9 +853,7 @@ GnuPG keyring is located under \"gnupg\" in `package-user-dir'." (setq had-fatal-error t)))) (when (and (null good-signatures) had-fatal-error) (package--display-verify-error context sig-file) - (error "Failed to verify signature %s: %S" - sig-file - )) + (error "Failed to verify signature %s" sig-file)) good-signatures))) (defun package-install-from-archive (pkg-desc) -- 2.39.5