diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-19 11:59:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-19 11:59:52 (GMT) |
commit | 2eb0767336c873190979f8ab18ddd613b21af518 (patch) | |
tree | d50e76c4cd5b94708ecf1601bfd1082b30e88304 /library/history.tcl | |
parent | 329f81f416510bcb86ba467b1fb8c6756156e5a2 (diff) | |
download | tcl-2eb0767336c873190979f8ab18ddd613b21af518.zip tcl-2eb0767336c873190979f8ab18ddd613b21af518.tar.gz tcl-2eb0767336c873190979f8ab18ddd613b21af518.tar.bz2 |
Undo Jan's needless vandalism.
Diffstat (limited to 'library/history.tcl')
-rw-r--r-- | library/history.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/history.tcl b/library/history.tcl index 4d21143..a1e2679 100644 --- a/library/history.tcl +++ b/library/history.tcl @@ -2,7 +2,7 @@ # # Implementation of the history command. # -# RCS: @(#) $Id: history.tcl,v 1.9 2009/11/18 21:23:20 nijtmans Exp $ +# RCS: @(#) $Id: history.tcl,v 1.10 2009/11/19 11:59:54 dkf Exp $ # # Copyright (c) 1997 Sun Microsystems, Inc. # @@ -78,7 +78,7 @@ proc ::tcl::HistAdd {event {exec {}}} { if { [prefix longest {exec {}} $exec] eq "" && [llength [info level 0]] == 3 - } { + } then { return -code error "bad argument \"$exec\": should be \"exec\"" } |