Updates for autoloading.
authorBrian A. LaMacchia <edu/mit/csail/zurich/bal>
Tue, 6 Aug 1991 22:58:51 +0000 (22:58 +0000)
committerBrian A. LaMacchia <edu/mit/csail/zurich/bal>
Tue, 6 Aug 1991 22:58:51 +0000 (22:58 +0000)
v7/src/edwin/rmailsum.scm

index 0c259e6585c6ba984a12396a41c6fee94d4fb9c2..15638d147030f1fbdfe3493a5f22f555c3951c49 100644 (file)
@@ -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
 ;;;
 
 (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."
        (else
         address)))
 \f
-(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.