2006-09-16 Andrzej Zaborowski <balrog@zabor.org>
* interps.c (interpreter_exec_cmd): Restore interpreter properties.
This commit is contained in:
parent
16dd5e4216
commit
04d1f77003
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-09-16 Andrzej Zaborowski <balrog@zabor.org>
|
||||
|
||||
* interps.c (interpreter_exec_cmd): Restore interpreter properties.
|
||||
|
||||
2006-09-10 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
PR threads/2149
|
||||
|
|
|
@ -402,9 +402,9 @@ interpreter_exec_cmd (char *args, int from_tty)
|
|||
if (e.reason < 0)
|
||||
{
|
||||
interp_set (old_interp);
|
||||
interp_set_quiet (interp_to_use, old_quiet);
|
||||
interp_set_quiet (interp_to_use, use_quiet);
|
||||
interp_set_quiet (old_interp, old_quiet);
|
||||
error (_("error in command: \"%s\"."), prules[i]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue