Mercurial > emacs
changeset 49065:265dc22fb2c0
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 06 Jan 2003 01:10:25 +0000 |
parents | d9fb715ab692 |
children | d00c13d69d31 |
files | lisp/xml.el src/xselect.c |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)
--- 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