diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nsterm.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nsterm.m b/src/nsterm.m index c0b68bfc198..3e9fb0b2a3a 100644 --- a/src/nsterm.m +++ b/src/nsterm.m | |||
| @@ -5619,8 +5619,7 @@ extern void update_window_cursor (struct window *w, int on); | |||
| 5619 | supposedly called when a services menu item is chosen from this app. | 5619 | supposedly called when a services menu item is chosen from this app. |
| 5620 | But this should not happen because we override the services menu with our | 5620 | But this should not happen because we override the services menu with our |
| 5621 | own entries which call ns-perform-service. | 5621 | own entries which call ns-perform-service. |
| 5622 | Nonetheless, it appeared to happen here (under strange circumstances): | 5622 | Nonetheless, it appeared to happen (under strange circumstances): bug#1435. |
| 5623 | http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1435 | ||
| 5624 | So let's at least stub them out until further investigation can be done. */ | 5623 | So let's at least stub them out until further investigation can be done. */ |
| 5625 | 5624 | ||
| 5626 | - (BOOL) readSelectionFromPasteboard: (NSPasteboard *)pb | 5625 | - (BOOL) readSelectionFromPasteboard: (NSPasteboard *)pb |