emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r118302: epg: Fix the last commit


From: Daiki Ueno
Subject: [Emacs-diffs] trunk r118302: epg: Fix the last commit
Date: Thu, 06 Nov 2014 03:41:13 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118302
revision-id: address@hidden
parent: address@hidden
committer: Daiki Ueno <address@hidden>
branch nick: trunk
timestamp: Thu 2014-11-06 12:40:03 +0900
message:
  epg: Fix the last commit
  
  * epg.el (epg-context): Initialize ERROR-OUTPUT as "" instead of nil.
modified:
  lisp/epg.el                    epg.el-20091113204419-o5vbwnq5f7feedwu-8560
=== modified file 'lisp/epg.el'
--- a/lisp/epg.el       2014-11-05 09:38:37 +0000
+++ b/lisp/epg.el       2014-11-06 03:40:03 +0000
@@ -212,7 +212,7 @@
   result
   operation
   pinentry-mode
-  error-output)
+  (error-output ""))
 
 ;; This is not an alias, just so we can mark it as autoloaded.
 ;;;###autoload


reply via email to

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