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

* lisp/emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.

This commit is contained in:
Stefan Monnier 2013-12-11 09:27:15 -05:00
parent afdadaf7b6
commit e82af72d50
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
* simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
to `delete' (bug#16109).

View File

@ -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