# HG changeset patch
# User Richard M. Stallman <rms@gnu.org>
# Date 889850943 0
# Node ID 37f271ee9f6fbfcdd45fd0d43826d0a7b956550d
# Parent  99cb527e79ba86598758a8cec45d12aa1df107f3
(debug, debugger-env-macro): store-match-data => set-match-data.

diff -r 99cb527e79ba -r 37f271ee9f6f lisp/emacs-lisp/debug.el
--- a/lisp/emacs-lisp/debug.el	Sat Mar 14 04:48:26 1998 +0000
+++ b/lisp/emacs-lisp/debug.el	Sat Mar 14 04:49:03 1998 +0000
@@ -190,7 +190,7 @@
 	      (erase-buffer)
 	      (fundamental-mode))
 	  (kill-buffer debugger-buffer))
-	(store-match-data debugger-outer-match-data)))
+	(set-match-data debugger-outer-match-data)))
     ;; Put into effect the modified values of these variables
     ;; in case the user set them with the `e' command.
     (setq load-read-function debugger-outer-load-read-function)
@@ -347,7 +347,7 @@
 	   (overriding-terminal-local-map
 	    debugger-outer-overriding-terminal-local-map)
 	   (load-read-function debugger-outer-load-read-function))
-       (store-match-data debugger-outer-match-data)
+       (set-match-data debugger-outer-match-data)
        (prog1 (progn (,@ body))
 	 (setq debugger-outer-match-data (match-data))
 	 (setq debugger-outer-load-read-function load-read-function)