emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r118304: package.el: Fix the last commit


From: Daiki Ueno
Subject: [Emacs-diffs] trunk r118304: package.el: Fix the last commit
Date: Thu, 06 Nov 2014 06:30:25 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118304
revision-id: address@hidden
parent: address@hidden
committer: Daiki Ueno <address@hidden>
branch nick: trunk
timestamp: Thu 2014-11-06 15:29:24 +0900
message:
  package.el: Fix the last commit
modified:
  lisp/emacs-lisp/package.el     package.el-20100617020707-ybavz666awsxwin6-2
=== modified file 'lisp/emacs-lisp/package.el'
--- a/lisp/emacs-lisp/package.el        2014-11-06 03:44:52 +0000
+++ b/lisp/emacs-lisp/package.el        2014-11-06 06:29:24 +0000
@@ -853,9 +853,7 @@
            (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]