aboutsummaryrefslogtreecommitdiffstats
path: root/LispREPL.m
diff options
context:
space:
mode:
Diffstat (limited to 'LispREPL.m')
-rw-r--r--LispREPL.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/LispREPL.m b/LispREPL.m
index 0033ad7..87e4f4f 100644
--- a/LispREPL.m
+++ b/LispREPL.m
@@ -255,8 +255,8 @@ sig_child(int signo)
{
[[LispREPLController sharedController] showWindow: self];
NSRunCriticalAlertPanel(@"REPL died", @"The REPL sub-process has died, and Moxie cannot continue.",
- @"OK", @"Retry", @"DEBUG");
-// [NSApp stop: self];
+ @"Quit", nil, nil);
+ [NSApp stop: self];
}
/*