From ceabd2726c4170795dbe21778d223fdb1855667f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 6 Jan 2003 01:10:25 +0000 Subject: [PATCH] Comment change. --- lisp/xml.el | 2 +- src/xselect.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/xml.el b/lisp/xml.el index 9be12d171ec..0e7bf98df1d 100644 --- a/lisp/xml.el +++ b/lisp/xml.el @@ -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 """ 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 --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 -- 2.39.2