mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(tq-filter): No need for save-match-data.
This commit is contained in:
parent
f37fec3047
commit
c0eae5b9ba
@ -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…
Reference in New Issue
Block a user