From 1dd56ee4dc8b8273253401254d78c7db7a78fec3 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 3 Jul 1997 07:23:07 +0000 Subject: [PATCH] Make sure that RMAIL variables are initialized before they are used. --- v7/src/edwin/snr.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v7/src/edwin/snr.scm b/v7/src/edwin/snr.scm index f8df257b9..c77378e82 100644 --- a/v7/src/edwin/snr.scm +++ b/v7/src/edwin/snr.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: snr.scm,v 1.37 1997/06/18 07:55:26 cph Exp $ +;;; $Id: snr.scm,v 1.38 1997/07/03 07:23:07 cph Exp $ ;;; ;;; Copyright (c) 1995-97 Massachusetts Institute of Technology ;;; @@ -2634,6 +2634,7 @@ While composing the reply, use \\[mail-yank-original] to yank the original message into it." () (lambda () + (guarantee-rmail-variables-initialized) (let ((article-buffer (current-buffer))) (if (and (not (news-article-buffer:followup-to-poster? article-buffer)) (prompt-for-confirmation? "Post a follow-up article")) @@ -2748,6 +2749,7 @@ While composing the follow-up, use \\[mail-yank-original] to yank the original message into it." () (lambda () + (guarantee-rmail-variables-initialized) (let ((article-buffer (current-buffer))) (if (news-article-buffer:followup-to-poster? article-buffer) (make-mail-buffer -- 2.25.1