From c3a87c9099b68eab5e8fb6a0b680dae5b96d8841 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 9 Jun 1996 06:40:26 +0000 Subject: [PATCH] Variable `mime-editor/window-config-alist' was abolished. --- mime-edit.el | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/mime-edit.el b/mime-edit.el index d2c304a..279ec3c 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -9,7 +9,7 @@ ;;; Maintainer: MORIOKA Tomohiko ;;; Created: 1994/08/21 renamed from mime.el by UMEDA Masanobu; ;;; 1996/05/24 renamed from tm-edit.el -;;; Version: $Revision: 0.23 $ +;;; Version: $Revision: 0.24 $ ;;; Keywords: mail, news, MIME, multimedia, multilingual ;;; ;;; This file is part of SEMI (September, Emacs MIME Interface) @@ -123,7 +123,7 @@ ;;; (defconst mime-editor/RCS-ID - "$Id: mime-edit.el,v 0.23 1996-06-09 06:35:10 morioka Exp $") + "$Id: mime-edit.el,v 0.24 1996-06-09 06:40:26 morioka Exp $") (defconst mime-editor/version (get-version-string mime-editor/RCS-ID)) @@ -435,22 +435,6 @@ Each elements are regexp of field-name. [mime-edit.el]") )) )) -(defvar mime-editor/window-config-alist - '((mail-mode . nil) - (mh-letter-mode . mh-previous-window-config) - (news-reply-mode . (cond ((boundp 'gnus-winconf-post-news) - (prog1 - gnus-winconf-post-news - (setq gnus-winconf-post-news nil) - )) - ((boundp 'gnus-prev-winconf) - (prog1 - gnus-prev-winconf - (setq gnus-prev-winconf nil) - )) - )) - )) - (defvar mime-editor/news-reply-mode-server-running nil) @@ -2336,8 +2320,6 @@ Content-Type: message/partial; id=%s; number=%d; total=%d\n%s\n" (make-temp-name (expand-file-name "tm-draft" mime/tmp-dir)))) (separator mail-header-separator) - (config - (eval (cdr (assq major-mode mime-editor/window-config-alist)))) (id (concat "\"" (replace-space-with-underline (current-time-string)) "@" (system-name) "\""))) -- 1.7.10.4