diff options
| author | Glenn Morris | 2009-02-26 03:54:40 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-02-26 03:54:40 +0000 |
| commit | d6223c239109592e7497043392b7d562cfb2df52 (patch) | |
| tree | e7657dad0314c5056f6c54e9739dad744dcc16cd /src | |
| parent | 44ea2d6c29bf01bac52b4e25863b29517ddb410a (diff) | |
| download | emacs-d6223c239109592e7497043392b7d562cfb2df52.tar.gz emacs-d6223c239109592e7497043392b7d562cfb2df52.zip | |
Comment (don't hard-code bug address).
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 |