"*Text*" -> "*Temp*"
authorueno <ueno>
Sun, 31 Dec 2006 12:28:02 +0000 (12:28 +0000)
committerueno <ueno>
Sun, 31 Dec 2006 12:28:02 +0000 (12:28 +0000)
epa.el

diff --git a/epa.el b/epa.el
index f0639c2..7774e3d 100644 (file)
--- 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)))))))