mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
* lisp/emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
This commit is contained in:
parent
afdadaf7b6
commit
e82af72d50
2 changed files with 3 additions and 0 deletions
|
|
@ -222,6 +222,7 @@ be printed along with the arguments in the trace."
|
|||
(lambda (body &rest args)
|
||||
(let ((trace-level (1+ trace-level))
|
||||
(trace-buffer (get-buffer-create buffer))
|
||||
(deactivate-mark nil) ;Protect deactivate-mark.
|
||||
(ctx (funcall context)))
|
||||
(unless inhibit-trace
|
||||
(with-current-buffer trace-buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue