From f374845f4c52598e6af79dcc32f02356da796074 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Thu, 6 Nov 2014 12:40:03 +0900 Subject: epg: Fix the last commit * epg.el (epg-context): Initialize ERROR-OUTPUT as "" instead of nil. --- lisp/epg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/epg.el') 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 -- cgit v1.2.1