From b4b93aa8d7448156a0dd66a4d82bd07775e090b3 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Mon, 24 Feb 1992 00:52:13 +0000 Subject: [PATCH] Fixed the ``mumble doesn't start with a search-list'' error message. --- code/pathname.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/pathname.lisp b/code/pathname.lisp index 1608d277b..a34fe6794 100644 --- a/code/pathname.lisp +++ b/code/pathname.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/pathname.lisp,v 1.7 1992/02/19 01:50:17 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.8 1992/02/24 00:52:13 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -916,7 +916,7 @@ (cond ((search-list-p search-list) search-list) (flame-if-none - (error "~S doesn't start with a search-list.")) + (error "~S doesn't start with a search-list." pathname)) (t nil))))) -- GitLab