diff options
author | Yuuki Harano <masm+github@masm11.me> | 2020-12-05 20:30:42 +0900 |
---|---|---|
committer | Yuuki Harano <masm+github@masm11.me> | 2020-12-05 20:30:42 +0900 |
commit | da92d5700eff8f628b6306202635a2514eb8b387 (patch) | |
tree | e632bd68bf0286525e59ce35326986c1cb6f7755 /lisp/emacs-lisp/trace.el | |
parent | d46a223d8595e8edb67c6361033625797503cacf (diff) | |
parent | dc39c66d3bb6b1db6af0519659ff154bf6d8a5d1 (diff) | |
download | emacs-da92d5700eff8f628b6306202635a2514eb8b387.tar.gz emacs-da92d5700eff8f628b6306202635a2514eb8b387.tar.bz2 emacs-da92d5700eff8f628b6306202635a2514eb8b387.zip |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'lisp/emacs-lisp/trace.el')
-rw-r--r-- | lisp/emacs-lisp/trace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/trace.el b/lisp/emacs-lisp/trace.el index 627305689c7..28e964ec4c2 100644 --- a/lisp/emacs-lisp/trace.el +++ b/lisp/emacs-lisp/trace.el @@ -225,7 +225,7 @@ be printed along with the arguments in the trace." (ctx (funcall context))) (unless inhibit-trace (with-current-buffer trace-buffer - (set (make-local-variable 'window-point-insertion-type) t) + (setq-local window-point-insertion-type t) (unless background (trace--display-buffer trace-buffer)) (goto-char (point-max)) ;; Insert a separator from previous trace output: |