From: Chris Hanson Date: Thu, 29 Jun 2000 17:52:18 +0000 (+0000) Subject: Fix pagination. X-Git-Tag: 20090517-FFI~3429 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d8464a15229bf22fe2d32290fa40379e30d8fbba;p=mit-scheme.git Fix pagination. --- diff --git a/v7/src/imail/imail-top.scm b/v7/src/imail/imail-top.scm index a52305caf..2b325cb73 100644 --- a/v7/src/imail/imail-top.scm +++ b/v7/src/imail/imail-top.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-top.scm,v 1.199 2000/06/27 17:25:40 cph Exp $ +;;; $Id: imail-top.scm,v 1.200 2000/06/29 17:52:18 cph Exp $ ;;; ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology ;;; @@ -1091,7 +1091,7 @@ With negative argument, forward the message with all headers; (select-buffer mail-buffer) (select-buffer-other-window mail-buffer)) (message-forwarded message))))) - + (define-command imail-resend "Resend current message to ADDRESSES. ADDRESSES is a string consisting of several addresses separated by commas."