From 5e07bed34de2d37ee3eea4e244c4721134086853 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 19 May 2000 20:03:12 +0000 Subject: [PATCH] Fix thinko. --- v7/src/imail/imail-core.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/imail/imail-core.scm b/v7/src/imail/imail-core.scm index 03ef1f43d..1bcb93edb 100644 --- a/v7/src/imail/imail-core.scm +++ b/v7/src/imail/imail-core.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-core.scm,v 1.74 2000/05/19 16:32:50 cph Exp $ +;;; $Id: imail-core.scm,v 1.75 2000/05/19 20:03:12 cph Exp $ ;;; ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology ;;; @@ -170,7 +170,7 @@ (modification-count define standard initial-value 0) (modification-event define accessor - initial-value (make-event-distributor))) + initializer make-event-distributor)) (define-method write-instance ((folder ) port) (write-instance-helper 'FOLDER folder port -- 2.25.1