diff lisp/emacs-lisp/tq.el @ 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 5a8275a74b25
children ef3033d89075
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)