From: Brian A. LaMacchia <edu/mit/csail/zurich/bal>
Date: Tue, 6 Aug 1991 22:58:51 +0000 (+0000)
Subject: Updates for autoloading.
X-Git-Tag: 20090517-FFI~10390
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=53cb7ba614becc05742a2c71f92f78dbcc008045;p=mit-scheme.git

Updates for autoloading.
---

diff --git a/v7/src/edwin/rmailsum.scm b/v7/src/edwin/rmailsum.scm
index 0c259e658..15638d147 100644
--- a/v7/src/edwin/rmailsum.scm
+++ b/v7/src/edwin/rmailsum.scm
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;	$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/rmailsum.scm,v 1.3 1991/08/06 22:18:41 bal Exp $
+;;;	$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/rmailsum.scm,v 1.4 1991/08/06 22:58:51 bal Exp $
 ;;;
 ;;;	Copyright (c) 1991 Massachusetts Institute of Technology
 ;;;
@@ -52,10 +52,10 @@
 
 (define rmail-summary-vector false)
 
-(define-variable rmail-last-multi-labels
-  ""
-  ""
-  list-of-strings?)
+;;; (define-variable rmail-last-multi-labels
+;;;   ""
+;;;   ""
+;;;   list-of-strings?)
 
 (define-command rmail-summary
   "Display a summary of all messages, one line per message."
@@ -299,10 +299,6 @@
 	(else
 	 address)))
 
-(define-variable rmail-summary-mode-hook
-  "An event distributor what is invoked when entering RMAIL Summary mode."
-  (make-event-distributor))
-
 (define-major-mode rmail-summary read-only "RMAIL Summary"
   "Major mode in effect in Rmail summary buffer.
 A subset of the Rmail mode commands are supported in this mode.