]> git.eshelyaron.com Git - emacs.git/commitdiff
(tq-filter): No need for save-match-data.
authorRichard M. Stallman <rms@gnu.org>
Wed, 18 Sep 1996 22:00:30 +0000 (22:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 18 Sep 1996 22:00:30 +0000 (22:00 +0000)
lisp/emacs-lisp/tq.el

index e0524bb6e19cb405e0b6fcff2c36a724d02bb71b..0de2c48e638b765ce91d82fb9b3e41695f0e39ef 100644 (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)