projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2e6e95
)
Make `g' in `vc-annotate' not bug out
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 11 Jul 2022 14:29:58 +0000
(16:29 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 11 Jul 2022 14:29:58 +0000
(16:29 +0200)
* lisp/vc/vc-annotate.el (vc-annotate): Don't bug out on `g'
(bug#48359).
lisp/vc/vc-annotate.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc-annotate.el
b/lisp/vc/vc-annotate.el
index 4a511f1f68802a31cef30a58459be9c40508d73a..1f19c4cfe266f0eb3c275fb0c9b13af3dff4e5a3 100644
(file)
--- a/
lisp/vc/vc-annotate.el
+++ b/
lisp/vc/vc-annotate.el
@@
-451,7
+451,8
@@
should be applied to the background or to the foreground."
(setq-local vc-annotate-backend backend)
(setq-local vc-annotate-parent-file file)
(setq-local vc-annotate-parent-rev rev)
- (setq-local vc-annotate-parent-display-mode display-mode))))
+ (setq-local vc-annotate-parent-display-mode display-mode)
+ (kill-local-variable 'revert-buffer-function))))
(with-current-buffer temp-buffer-name
(vc-run-delayed