(tq-filter): No need for save-match-data.
This commit is contained in:
parent
f37fec3047
commit
c0eae5b9ba
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ that's how we tell where the answer ends."
|
|||
"Append STRING to the TQ's buffer; then process the new data."
|
||||
(let ((old-buffer (current-buffer)))
|
||||
(unwind-protect
|
||||
(save-match-data
|
||||
(progn
|
||||
(set-buffer (tq-buffer tq))
|
||||
(goto-char (point-max))
|
||||
(insert string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue