Comment change.
This commit is contained in:
parent
e68b1cf16e
commit
ceabd2726c
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue