From 049cd86727f0a5c4fe84c549082d81f236044bc4 Mon Sep 17 00:00:00 2001
From: emarsden <emarsden>
Date: Wed, 2 Jun 2004 09:12:24 +0000
Subject: [PATCH] Trivial fix for error signaling in FILE-AUTHOR. Resolves
 file-author.error.3 and file-author.error.4 in the pfdietz ANSI test suite.

---
 code/filesys.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/filesys.lisp b/code/filesys.lisp
index e3ca007f9..30a2f0769 100644
--- a/code/filesys.lisp
+++ b/code/filesys.lisp
@@ -6,7 +6,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/filesys.lisp,v 1.79 2004/04/01 17:48:37 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/filesys.lisp,v 1.80 2004/06/02 09:12:24 emarsden Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -928,7 +928,7 @@ optionally keeping some of the most recent old versions."
   (if (wild-pathname-p file)
       (error 'simple-file-error
 	     :pathname file
-	     "Bad place for a wild pathname.")
+	     :format-control "Bad place for a wild pathname.")
       (let ((name (unix-namestring (pathname file) t)))
 	(unless name
 	  (error 'simple-file-error
-- 
GitLab