bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52855: vc-shrink-buffer


From: Dmitry Gutov
Subject: bug#52855: vc-shrink-buffer
Date: Wed, 29 Dec 2021 01:53:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 28.12.2021 21:29, Juri Linkov wrote:
When no shrink is needed, two new hooks are added in this patch
with the default value containing vc-shrink-buffer to preserve
the current behavior that can be easily removed in user configuration
by e.g.:

   (remove-hook 'vc-diff-finish-functions 'vc-shrink-buffer)
   (remove-hook 'vc-log-finish-functions 'vc-shrink-buffer)

So the idea is to allow customizing this behavior off?

For those users who don't see the benefits?

LGTM.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]