Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a5c2e9eb
Commit
a5c2e9eb
authored
Apr 19, 2008
by
Stefan Monnier
Browse files
(trace-make-advice): Don't change selected-window.
parent
6c8b4f07
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/trace.el
lisp/emacs-lisp/trace.el
+2
-2
No files found.
lisp/ChangeLog
View file @
a5c2e9eb
2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
2008-04-18 Sam Steingold <sds@gnu.org>
* vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
...
...
lisp/emacs-lisp/trace.el
View file @
a5c2e9eb
...
...
@@ -220,7 +220,7 @@
(
trace-buffer
(
get-buffer-create
,
buffer
)))
(
unless
inhibit-trace
(
with-current-buffer
trace-buffer
,
(
unless
background
'
(
pop-to
-buffer
trace-buffer
))
,
(
unless
background
'
(
display
-buffer
trace-buffer
))
(
goto-char
(
point-max
))
;; Insert a separator from previous trace output:
(
if
(
=
trace-level
1
)
(
insert
trace-separator
))
...
...
@@ -230,7 +230,7 @@
ad-do-it
(
unless
inhibit-trace
(
with-current-buffer
trace-buffer
,
(
unless
background
'
(
pop-to
-buffer
trace-buffer
))
,
(
unless
background
'
(
display
-buffer
trace-buffer
))
(
goto-char
(
point-max
))
(
insert
(
trace-exit-message
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment