From 7b703b8c95582d6ca5b666249e643c94ec983cc4 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 27 Mar 1997 20:42:57 +0000 Subject: [PATCH 1/1] (emh-quitting-method): `mime/output-buffer-name' -> `emh-quitting-method'. --- emh.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/emh.el b/emh.el index 9bd59c9..96a2e04 100644 --- a/emh.el +++ b/emh.el @@ -8,7 +8,7 @@ ;; Created: 1993/11/21 ;; Renamed: 1993/11/27 from mh-e-mime.el ;; Renamed: 1997/02/21 from tm-mh-e.el -;; Version: $Revision: 0.17 $ +;; Version: $Revision: 0.18 $ ;; Keywords: MH, MIME, multimedia, encoded-word, multilingual, mail ;; This file is part of emh. @@ -38,7 +38,7 @@ ;;; (defconst emh-RCS-ID - "$Id: emh.el,v 0.17 1997-03-18 14:57:06 morioka Exp $") + "$Id: emh.el,v 0.18 1997-03-27 20:42:57 morioka Exp $") (defconst emh-version (get-version-string emh-RCS-ID)) @@ -255,8 +255,7 @@ It is registered to variable `mime-view-content-header-filter-alist'." (function emh-content-header-filter)) (defun emh-quitting-method () - (let ((win (get-buffer-window - mime/output-buffer-name)) + (let ((win (get-buffer-window mime-echo-buffer-name)) (buf (current-buffer)) ) (if win -- 1.7.10.4