From ea9b9e398b69f4bf77129c1ce31259f184ac2120 Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 27 Jan 2005 22:26:17 +0000 Subject: typo --- library/auto.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/auto.tcl b/library/auto.tcl index e2b503e..3262f5f 100644 --- a/library/auto.tcl +++ b/library/auto.tcl @@ -3,7 +3,7 @@ # utility procs formerly in init.tcl dealing with auto execution # of commands and can be auto loaded themselves. # -# RCS: @(#) $Id: auto.tcl,v 1.12.2.4 2005/01/25 17:58:44 dgp Exp $ +# RCS: @(#) $Id: auto.tcl,v 1.12.2.5 2005/01/27 22:26:17 dgp Exp $ # # Copyright (c) 1991-1993 The Regents of the University of California. # Copyright (c) 1994-1998 Sun Microsystems, Inc. @@ -32,7 +32,7 @@ proc auto_reset {} { if {[lsearch -exact { ::unknown ::pkg_mkIndex ::tclPkgSetup ::tcl_findLibrary ::pkg_compareExtension ::tclPkgUnknown ::tcl::MacOSXPkgUnknown - ::tcl::MacPkgUnknown} $fqcn] != -1)} {continue} + ::tcl::MacPkgUnknown} $fqcn] != -1} {continue} rename $fqcn {} } } -- cgit v0.12