aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSean Whitton2025-06-27 12:39:29 +0100
committerSean Whitton2025-06-27 12:39:29 +0100
commit772099bc9b8043d46154992e1f06d7b4aa9ceccd (patch)
tree411baf741e1be44f57c192a93cf33e89042e54dd /etc
parentd70f1e0cfe5c6cca5c551326bc0fec613a2d683a (diff)
downloademacs-772099bc9b8043d46154992e1f06d7b4aa9ceccd.tar.gz
emacs-772099bc9b8043d46154992e1f06d7b4aa9ceccd.zip
New user option vc-dir-save-some-buffers-on-revert
* lisp/vc/vc-dir.el (vc-dir-save-some-buffers-on-revert): New user option. (vc-dir-refresh): Use it. * etc/NEWS: Document it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index eb85baae341..32f08d63c68 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1876,6 +1876,12 @@ the VC Directory buffer also has the effect of the 'x' command.
1876That is, typing 'g' refreshes the buffer and also hides items in the 1876That is, typing 'g' refreshes the buffer and also hides items in the
1877'up-to-date' and 'ignored' states. 1877'up-to-date' and 'ignored' states.
1878 1878
1879---
1880*** New user option 'vc-dir-save-some-buffers-on-revert'.
1881If you customize this variable to non-nil, Emacs will offer to save
1882relevant buffers before generating the contents of a VC Directory buffer
1883(like the third-party package Magit does with its status buffer).
1884
1879+++ 1885+++
1880*** New user option 'vc-async-checkin' to enable async checkin operations. 1886*** New user option 'vc-async-checkin' to enable async checkin operations.
1881Currently only supported by the Git and Mercurial backends. 1887Currently only supported by the Git and Mercurial backends.