aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2011-03-16 00:03:45 -0400
committerBrian Cully <github.20.shmit@spamgourmet.com>2011-03-16 00:03:45 -0400
commit888e7c096cc8abeeb47438db2c593e8a869c4375 (patch)
treeb4fed38ef2f84fe230398ba441fba019de4cdad6
parentcc6272bd1577b277b41d8b431758475f55f3e361 (diff)
downloadmoxie-888e7c096cc8abeeb47438db2c593e8a869c4375.tar.gz
moxie-888e7c096cc8abeeb47438db2c593e8a869c4375.zip
Always quit Moxie when the REPL dies.
-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];
}
/*