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
c9c95fc3
Commit
c9c95fc3
authored
Nov 24, 2008
by
Chong Yidong
Browse files
(log-view-annotate-version): Let vc-annotate manage windows instead
of calling switch-to-buffer.
parent
962f8394
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/log-view.el
lisp/log-view.el
+4
-4
No files found.
lisp/log-view.el
View file @
c9c95fc3
...
...
@@ -474,10 +474,10 @@ log entries."
(
error
"Multiple files shown in this buffer, cannot use this command here"
)))
(
save-excursion
(
goto-char
pos
)
(
switch-to-buffer
(
vc-annotate
(
if
log-view-per-file-logs
(
log-view-current-file
)
(
car
log-view-vc-fileset
))
(
log-view-current-tag
))))
)
(
vc-annotate
(
if
log-view-per-file-logs
(
log-view-current-file
)
(
car
log-view-vc-fileset
))
(
log-view-current-tag
))))
;;
;; diff
...
...
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