summaryrefslogtreecommitdiffstats
path: root/library/auto.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-06-16 21:20:33 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-06-16 21:20:33 (GMT)
commit1a6796a54ad404ee54e83e28573fd1def29995e1 (patch)
treee6e90ab6ea92fd3ae5441ad4095aa94430b2863e /library/auto.tcl
parentfe584ede8593c32bb4b11e26080a1f8f20ae5955 (diff)
downloadtcl-1a6796a54ad404ee54e83e28573fd1def29995e1.zip
tcl-1a6796a54ad404ee54e83e28573fd1def29995e1.tar.gz
tcl-1a6796a54ad404ee54e83e28573fd1def29995e1.tar.bz2
* doc/library.n: Moved variables ::auto_oldpath and
* library/auto.tcl: ::unknown_pending into ::tcl namespace. * library/init.tcl: [Bugs 808319, 948794]
Diffstat (limited to 'library/auto.tcl')
-rw-r--r--library/auto.tcl5
1 files changed, 3 insertions, 2 deletions
diff --git a/library/auto.tcl b/library/auto.tcl
index c1bf77d..0f0cb58 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.15 2004/03/17 18:14:14 das Exp $
+# RCS: @(#) $Id: auto.tcl,v 1.16 2004/06/16 21:20:42 dgp Exp $
#
# Copyright (c) 1991-1993 The Regents of the University of California.
# Copyright (c) 1994-1998 Sun Microsystems, Inc.
@@ -23,7 +23,8 @@
# None.
proc auto_reset {} {
- global auto_execs auto_index auto_oldpath
+ variable ::tcl::auto_oldpath
+ global auto_execs auto_index
foreach p [info procs] {
if {[info exists auto_index($p)] && ![string match auto_* $p]
&& ([lsearch -exact {unknown pkg_mkIndex tclPkgSetup