changeset 16235:b5b7d7552f34

(tq-filter): No need for save-match-data.
author Richard M. Stallman <rms@gnu.org>
date Wed, 18 Sep 1996 22:00:30 +0000
parents 5dce4ca06a77
children 52620db97569
files lisp/emacs-lisp/tq.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/tq.el	Tue Sep 17 21:38:17 1996 +0000
+++ b/lisp/emacs-lisp/tq.el	Wed Sep 18 22:00:30 1996 +0000
@@ -89,7 +89,7 @@
   "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)