1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

(edebug-recursive-edit)

(edebug-outside-excursion): store-match-data => set-match-data.
This commit is contained in:
Richard M. Stallman 1998-03-14 04:49:56 +00:00
parent 17b3e87b83
commit ccb61a97b2

View File

@ -2877,7 +2877,7 @@ MSG is printed after `::::} '."
;; Remember selected-window after recursive-edit.
;; (setq edebug-inside-window (selected-window))
(store-match-data edebug-outside-match-data)
(set-match-data edebug-outside-match-data)
;; Recursive edit may have changed buffers,
;; so set it back before exiting let.
@ -3536,7 +3536,7 @@ Return the result of the last expression."
(set-buffer edebug-buffer) ; why?
;; (use-local-map edebug-outside-map)
(store-match-data edebug-outside-match-data)
(set-match-data edebug-outside-match-data)
;; Restore outside context.
(let (;; (edebug-inside-map (current-local-map)) ;; restore map??
(last-command-char edebug-outside-last-command-char)