Mercurial > emacs
changeset 21161:37f271ee9f6f
(debug, debugger-env-macro): store-match-data => set-match-data.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 14 Mar 1998 04:49:03 +0000 |
parents | 99cb527e79ba |
children | 6c70fa8e1a5d |
files | lisp/emacs-lisp/debug.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)