# HG changeset patch # User jwe # Date 1077688130 0 # Node ID 62a606d4939370cbd4378d0416ea426468108dd2 # Parent b3f20980be326fda07aea2a1f57345d1259a171c [project @ 2004-02-25 05:48:50 by jwe] diff -r b3f20980be32 -r 62a606d49393 src/ChangeLog --- a/src/ChangeLog Wed Feb 25 05:14:19 2004 +0000 +++ b/src/ChangeLog Wed Feb 25 05:48:50 2004 +0000 @@ -45,7 +45,7 @@ * pt-except.cc (do_catch_code): Call OCTAVE_QUIT here so the catch code won't run if an interrupt is pending. Don't run catch code - if intterrupt_state is less than zero. + if octave_interrupt_state is less than zero. 2004-02-20 Per Persson