Comment change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 6 Jan 2003 01:10:25 +0000 (01:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 6 Jan 2003 01:10:25 +0000 (01:10 +0000)
lisp/xml.el
src/xselect.c

index 9be12d1..0e7bf98 100644 (file)
@@ -450,7 +450,7 @@ The DTD must end before the position END in the current buffer."
     (setq string (replace-match "'"  t nil string)))
   (while (string-match "&quot;" string)
     (setq string (replace-match "\"" t nil string)))
-  ;; do this last to avoid aliasing errors
+  ;; This goes last so it doesn't confuse the matches above.
   (while (string-match "&amp;" string)
     (setq string (replace-match "&"  t nil string)))
   string)
index 07a61ca..ffd7b8d 100644 (file)
@@ -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