1
0
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:
Richard M. Stallman 1996-09-18 22:00:30 +00:00
parent f37fec3047
commit c0eae5b9ba

View File

@ -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)