From: Chris Hanson Date: Thu, 3 Jul 1997 07:23:07 +0000 (+0000) Subject: Make sure that RMAIL variables are initialized before they are used. X-Git-Tag: 20090517-FFI~5089 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1dd56ee4dc8b8273253401254d78c7db7a78fec3;p=mit-scheme.git Make sure that RMAIL variables are initialized before they are used. --- 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