From 3a8a7970999ff5bf042b24470d3040c681fb6583 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 12 Jan 1993 19:06:35 +0000 Subject: [PATCH] Import get-time. --- v7/src/edwin/edwin.pkg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/v7/src/edwin/edwin.pkg b/v7/src/edwin/edwin.pkg index c43e11ec9..0c069760b 100644 --- a/v7/src/edwin/edwin.pkg +++ b/v7/src/edwin/edwin.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: edwin.pkg,v 1.113 1993/01/10 10:54:41 cph Exp $ +$Id: edwin.pkg,v 1.114 1993/01/12 19:06:35 gjr Exp $ Copyright (c) 1989-1993 Massachusetts Institute of Technology @@ -1000,6 +1000,8 @@ MIT in each case. |# (define-package (edwin sendmail) (files "sendmail") (parent (edwin)) + (import (runtime date/time) + get-time) (export (edwin) edwin-command$mail edwin-command$mail-bcc @@ -1042,6 +1044,8 @@ MIT in each case. |# "rmailsrt" "rmailsum") (parent (edwin)) + (import (runtime date/time) + get-time) (export (edwin) edwin-command$rmail edwin-command$rmail-delete-backward -- 2.25.1