From 03890e28e3644c258c2781866680a234ede2446e Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 11 Apr 2001 01:28:28 +0000 Subject: [PATCH] Revert previous change -- it's not so simple. --- v7/src/edwin/sendmail.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/edwin/sendmail.scm b/v7/src/edwin/sendmail.scm index 1e2f71a0f..671675db5 100644 --- a/v7/src/edwin/sendmail.scm +++ b/v7/src/edwin/sendmail.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: sendmail.scm,v 1.77 2001/04/11 01:14:28 cph Exp $ +;;; $Id: sendmail.scm,v 1.78 2001/04/11 01:28:28 cph Exp $ ;;; ;;; Copyright (c) 1991-2001 Massachusetts Institute of Technology ;;; @@ -1590,7 +1590,7 @@ This is a list, each element of which is a list of three items: 1. The file type as a string, e.g. \"jpg\". This can also be #F for files with no type. 2. The MIME type, one of the following symbols: - TEXT IMAGE AUDIO VIDEO APPLICATION MESSAGE + TEXT IMAGE AUDIO VIDEO APPLICATION 3. The MIME subtype, also specified as a symbol." '(("scm" TEXT X-SCHEME) ("text" TEXT PLAIN) @@ -1608,4 +1608,4 @@ This is a list, each element of which is a list of three items: (define mime-top-level-types (map (lambda (s) (cons (symbol->string s) s)) - '(TEXT IMAGE AUDIO VIDEO APPLICATION MESSAGE))) \ No newline at end of file + '(TEXT IMAGE AUDIO VIDEO APPLICATION))) \ No newline at end of file -- 2.25.1