]> git.eshelyaron.com Git - emacs.git/commit
Replace my recent change to vc-start-logentry
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 18 Oct 2024 09:08:53 +0000 (17:08 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 22 Oct 2024 18:51:57 +0000 (20:51 +0200)
commit062d3c595d4e02b8f9185da2bab916290b51f140
tree8c423e46856620331b6630cf48b72090d31d7c63
parent31184e0440df05e9a0e819fba1c62d08a32e8c4c
Replace my recent change to vc-start-logentry

* lisp/vc/vc-dispatcher.el (vc-start-logentry): Restore previous
logic for determining the parent buffer from before my recent
change to this function.  If the attempt to determine the parent
buffer fails, signal an error immediately.
(vc-dispatcher-browsing): Consider derived modes of
log-view-mode, too, as indicating that we are in a directory
browser.

(cherry picked from commit 5c59ab56e67d1880bdec98a4319d6b4be45acf9b)
lisp/vc/vc-dispatcher.el