From eaedb17ca1c08c3a10578291c963b649ab630b01 Mon Sep 17 00:00:00 2001 From: ueno Date: Sun, 31 Dec 2006 12:28:02 +0000 Subject: [PATCH] "*Text*" -> "*Temp*" --- epa.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/epa.el b/epa.el index f0639c2..7774e3d 100644 --- a/epa.el +++ b/epa.el @@ -771,9 +771,10 @@ Don't use this command in Lisp programs!" (delete-region start end) (goto-char start) (insert plain)) - (with-output-to-temp-buffer "*Text*" + (with-output-to-temp-buffer "*Temp*" (set-buffer standard-output) - (insert plain))) + (insert plain) + (epa-info-mode))) (if (epg-context-result-for context 'verify) (epa-display-info (epg-verify-result-to-string (epg-context-result-for context 'verify))))))) -- 1.7.10.4