diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-01-06 01:10:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-01-06 01:10:25 +0000 |
commit | ceabd2726c4170795dbe21778d223fdb1855667f (patch) | |
tree | 7394626501901e8358ee6c838e6dc7a060ac3382 /src/xselect.c | |
parent | e68b1cf16eda60bb58c1e0ad2038e4f24dc1f513 (diff) | |
download | emacs-ceabd2726c4170795dbe21778d223fdb1855667f.tar.gz |
Comment change.
Diffstat (limited to 'src/xselect.c')
-rw-r--r-- | src/xselect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xselect.c b/src/xselect.c index 07a61ca2de3..ffd7b8d7fc0 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -729,6 +729,7 @@ x_reply_selection_request (event, format, data, size, type) TRACE0 ("Done sending incrementally"); } + /* rms, 2003-01-03: I think I have fixed this bug. */ /* The window we're communicating with may have been deleted in the meantime (that's a real situation from a bug report). In this case, there may be events in the event queue still |