@@ -1,8 +1,8 @@ #!/usr/local/bin/tclsh -# FILE: "/home/joze/src/tclreadline/tclreadlineSetup.tcl.in" -# LAST MODIFICATION: "Mon Aug 23 00:54:01 1999 (joze)" +# FILE: "/diska/home/joze/src/tclreadline/tclreadlineSetup.tcl.in" +# LAST MODIFICATION: "Mon Aug 23 17:34:09 1999 (joze)" # (C) 1998, 1999 by Johannes Zellner, # $Id$ # --- # # tclreadline -- gnu readline for tcl @@ -133,11 +133,11 @@ } return -code error "invalid command name \"$name\"" } namespace eval tclreadline:: { - namespace export Setup Glob Loop InitCmds InitTclCmds InitTkCmds Print + namespace export Setup Glob Loop InitCmds InitTclCmds InitTkCmds Print ls } # get the longest common completion # e.g. str == {tcl_version tclreadline_version tclreadline_library} # --> [tclreadline::GetCommon ${str}] == "tcl"