From: Chris Hanson Date: Fri, 2 Jun 2000 20:35:17 +0000 (+0000) Subject: Change MIME bodystructure objects to have properties. X-Git-Tag: 20090517-FFI~3622 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7bfa9976124114635d230c4ecb9505cb6248297e;p=mit-scheme.git Change MIME bodystructure objects to have properties. --- diff --git a/v7/src/imail/imail-core.scm b/v7/src/imail/imail-core.scm index c012676fa..a8e37ac8e 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.95 2000/06/02 17:24:52 cph Exp $ +;;; $Id: imail-core.scm,v 1.96 2000/06/02 20:35:17 cph Exp $ ;;; ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology ;;; @@ -810,7 +810,7 @@ (define-generic message-mime-body-structure (message)) (define-generic message-mime-body-part (message selector)) -(define-class () +(define-class () (parameters define accessor) (disposition define accessor) (language define accessor))