# HG changeset patch # User Richard M. Stallman # Date 1041815425 0 # Node ID 265dc22fb2c0d1d26806021ecea2bb43fe74fe05 # Parent d9fb715ab692578c6bbddeadd16294a7768be963 Comment change. diff -r d9fb715ab692 -r 265dc22fb2c0 lisp/xml.el --- a/lisp/xml.el Mon Jan 06 01:08:31 2003 +0000 +++ b/lisp/xml.el Mon Jan 06 01:10:25 2003 +0000 @@ -450,7 +450,7 @@ (setq string (replace-match "'" t nil string))) (while (string-match """ 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 "&" string) (setq string (replace-match "&" t nil string))) string) diff -r d9fb715ab692 -r 265dc22fb2c0 src/xselect.c --- a/src/xselect.c Mon Jan 06 01:08:31 2003 +0000 +++ b/src/xselect.c Mon Jan 06 01:10:25 2003 +0000 @@ -729,6 +729,7 @@ 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