From: Chris Hanson Date: Mon, 4 Jun 2001 17:42:30 +0000 (+0000) Subject: Simplify usage of COPY-FOLDER. X-Git-Tag: 20090517-FFI~2726 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a7f7f67cbc2d3adfef89119627d5503265af105a;p=mit-scheme.git Simplify usage of COPY-FOLDER. --- 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