#-----------------------------------------------------------------------------
# tkx.tcl -- Extended Tcl Tk initialization.
#-----------------------------------------------------------------------------
# $Id: tkx.tcl,v 7.0 1996/06/16 05:33:57 markd Exp $
#-----------------------------------------------------------------------------

if {[info exists tkx_library] && ([lsearch $auto_path $tkx_library] < 0)} {
    lappend auto_path $tkx_library
}

