diff options
author | Glenn Morris <rgm@gnu.org> | 2009-02-26 03:54:40 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-02-26 03:54:40 +0000 |
commit | d6223c239109592e7497043392b7d562cfb2df52 (patch) | |
tree | e7657dad0314c5056f6c54e9739dad744dcc16cd /src | |
parent | 44ea2d6c29bf01bac52b4e25863b29517ddb410a (diff) | |
download | emacs-d6223c239109592e7497043392b7d562cfb2df52.tar.gz |
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); supposedly called when a services menu item is chosen from this app. But this should not happen because we override the services menu with our own entries which call ns-perform-service. - Nonetheless, it appeared to happen here (under strange circumstances): - http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1435 + Nonetheless, it appeared to happen (under strange circumstances): bug#1435. So let's at least stub them out until further investigation can be done. */ - (BOOL) readSelectionFromPasteboard: (NSPasteboard *)pb |