@@ -1,8 +1,8 @@ #!/bin/sh # FILE: "/diska/home/joze/src/tclreadline/sample.tclshrc" -# LAST MODIFICATION: "Wed Sep 8 18:10:30 1999 (joze)" +# LAST MODIFICATION: "Mon Sep 13 18:21:52 1999 (joze)" # (C) 1999 by Johannes Zellner, # $Id$ # vim:set ft=tcl: \ exec tclsh "$0" "$@" @@ -49,12 +49,12 @@ # set tclreadline::historyLength 200 # disable tclreadline's script completer # - ::tclreadline::readline customcompleter "" + # ::tclreadline::readline customcompleter "" # go to tclrealdine's main loop. # tclreadline::Loop }