From a7f7f67cbc2d3adfef89119627d5503265af105a Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 4 Jun 2001 17:42:30 +0000 Subject: [PATCH] Simplify usage of COPY-FOLDER. --- v7/src/imail/imail-top.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/imail/imail-top.scm b/v7/src/imail/imail-top.scm index aa5d7f804..a291c5a29 100644 --- a/v7/src/imail/imail-top.scm +++ b/v7/src/imail/imail-top.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-top.scm,v 1.264 2001/06/04 17:39:08 cph Exp $ +;;; $Id: imail-top.scm,v 1.265 2001/06/04 17:42:30 cph Exp $ ;;; ;;; Copyright (c) 1999-2001 Massachusetts Institute of Technology ;;; @@ -1404,7 +1404,7 @@ If it doesn't exist, it is created first." (define (copy-folder url new-url #!optional reference-string refresh) (if (eq? url new-url) - (editor-error "Can't copy folder to itself:" to)) + (editor-error "Can't copy folder to itself:" url)) (with-open-resource url (lambda (folder) (with-open-connection new-url -- 2.25.1