diff src/pt-except.cc @ 3584:aa31644d9779

[project @ 2000-02-07 09:24:38 by jwe]
author jwe
date Mon, 07 Feb 2000 09:24:41 +0000
parents 2c7524ffdbf5
children d9803711e047
line wrap: on
line diff
--- a/src/pt-except.cc
+++ b/src/pt-except.cc
@@ -100,7 +100,8 @@
       unwind_protect::discard ();
 
       // For restoring buffer_error_messages.
-      unwind_protect::run ();
+      if (catch_code)
+	unwind_protect::run ();
     }
 }