From 0e63daf2e75b1e7dfca00b75e17304a709e96b46 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 27 Mar 1997 20:59:00 +0000 Subject: [PATCH] (mime-article/check-pgp-signature): `mime-article/show-output-buffer' -> `mime-show-echo-buffer'. --- mime-pgp.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mime-pgp.el b/mime-pgp.el index 67a59bc..234ed3c 100644 --- a/mime-pgp.el +++ b/mime-pgp.el @@ -5,7 +5,7 @@ ;; Author: MORIOKA Tomohiko ;; Created: 1995/12/7 ;; Renamed: 1997/2/27 from tm-pgp.el -;; Version: $Id: mime-pgp.el,v 0.16 1997-03-27 20:39:15 morioka Exp $ +;; Version: $Id: mime-pgp.el,v 0.17 1997-03-27 20:59:00 morioka Exp $ ;; Keywords: PGP, security, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -190,9 +190,7 @@ It should be ISO 639 2 letter language code such as en, ja, ...") (kill-buffer (current-buffer)) ) (save-excursion - (mime-article/show-output-buffer) - ) - (save-excursion + (mime-show-echo-buffer) (setq str (buffer-substring (save-excursion (goto-char beg) -- 1.7.10.4