Make sure that RMAIL variables are initialized before they are used.
authorChris Hanson <org/chris-hanson/cph>
Thu, 3 Jul 1997 07:23:07 +0000 (07:23 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 3 Jul 1997 07:23:07 +0000 (07:23 +0000)
v7/src/edwin/snr.scm

index f8df257b9758673103c8a540cb8f3d7c369fa994..c77378e82802991fa30fe96a9cc713d16e2fe9d9 100644 (file)
@@ -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