summaryrefslogtreecommitdiffstats
path: root/library/auto.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-07-23 03:31:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-07-23 03:31:41 (GMT)
commit594c5cb4b64fe5a5e9badfe8d469f4cc17d12a91 (patch)
treea1759129b3bba7bc5ab14ee589b56ba907eb75bf /library/auto.tcl
parentf7c382fcd78e3172394aab96fcd340660cdc81b2 (diff)
downloadtcl-594c5cb4b64fe5a5e9badfe8d469f4cc17d12a91.zip
tcl-594c5cb4b64fe5a5e9badfe8d469f4cc17d12a91.tar.gz
tcl-594c5cb4b64fe5a5e9badfe8d469f4cc17d12a91.tar.bz2
correction to reversed logic
Diffstat (limited to 'library/auto.tcl')
-rw-r--r--library/auto.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/auto.tcl b/library/auto.tcl
index 90f8b14..80fc2a2 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.9 2005/07/22 21:59:39 dgp Exp $
+# RCS: @(#) $Id: auto.tcl,v 1.12.2.10 2005/07/23 03:31:41 dgp Exp $
#
# Copyright (c) 1991-1993 The Regents of the University of California.
# Copyright (c) 1994-1998 Sun Microsystems, Inc.
@@ -553,7 +553,7 @@ auto_mkindex_parser::command proc {name args} {
auto_mkindex_parser::hook {
if {![catch {package require tbcload}]} {
- if {[namespace which -command tbcload::bcproc] ne ""} {
+ if {[namespace which -command tbcload::bcproc] eq ""} {
auto_load tbcload::bcproc
}
load {} tbcload $auto_mkindex_parser::parser