aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2008-08-03 20:34:00 +0000
committerChong Yidong2008-08-03 20:34:00 +0000
commit1caf0534f4f3598e09936bee63d2825ce10b1be0 (patch)
treebcaa5856fd0a9987e6ae38efbc6a7ce845824b0c /src
parent6e09bde1e036bc1cf6a71ce64534691dc62a79e9 (diff)
downloademacs-1caf0534f4f3598e09936bee63d2825ce10b1be0.tar.gz
emacs-1caf0534f4f3598e09936bee63d2825ce10b1be0.zip
(windowDidResize): Remove stopModel call.
Diffstat (limited to 'src')
-rw-r--r--src/nsterm.m6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index 61fe21ba389..f8000b96b3d 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -4953,7 +4953,13 @@ if (NS_KEYLOG) NSLog (@"attributedSubstringFromRange request");
4953 x_set_window_size (emacsframe, 0, cols, rows); 4953 x_set_window_size (emacsframe, 0, cols, rows);
4954 4954
4955 ns_send_appdefined (-1); 4955 ns_send_appdefined (-1);
4956
4957 /* The following line causes a crash on GNUstep. Adrian Roberts
4958 says he doesn't remember why he added this line, but removing it
4959 doesn't seem to cause problems on OSX, either. */
4960#if 0
4956 [NSApp stopModal]; 4961 [NSApp stopModal];
4962#endif
4957} 4963}
4958 4964
4959 4965