From 3c070293450ed778ee662d98784457839cafc43f Mon Sep 17 00:00:00 2001 From: hobbs Date: Tue, 8 Feb 2000 10:06:12 +0000 Subject: * doc/library.n: * library/auto.tcl: fixed crufty puts code and docs [Bug: 4122] --- library/auto.tcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/auto.tcl b/library/auto.tcl index 9575f7b..1281b76 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.6 2000/02/01 01:14:01 ericm Exp $ +# RCS: @(#) $Id: auto.tcl,v 1.7 2000/02/08 10:06:12 hobbs Exp $ # # Copyright (c) 1991-1993 The Regents of the University of California. # Copyright (c) 1994-1998 Sun Microsystems, Inc. @@ -182,7 +182,7 @@ proc auto_mkindex {dir args} { auto_mkindex_parser::cleanup set fid [open "tclIndex" w] - puts $fid $index nonewline + puts -nonewline $fid $index close $fid cd $oldDir } @@ -229,7 +229,7 @@ proc auto_mkindex_old {dir args} { set f "" set error [catch { set f [open tclIndex w] - puts $f $index nonewline + puts -nonewline $f $index close $f cd $oldDir } msg] -- cgit v0.12