From: Daiki Ueno Date: Thu, 6 Nov 2014 03:40:03 +0000 (+0900) Subject: epg: Fix the last commit X-Git-Tag: emacs-25.0.90~2635^2~554 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f374845f4c52598e6af79dcc32f02356da796074;p=emacs.git epg: Fix the last commit * epg.el (epg-context): Initialize ERROR-OUTPUT as "" instead of nil. --- diff --git a/lisp/epg.el b/lisp/epg.el index 9c002e4ae30..0c74531d7b8 100644 --- a/lisp/epg.el +++ b/lisp/epg.el @@ -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