diff options
| author | Sean Whitton | 2025-06-27 12:39:29 +0100 |
|---|---|---|
| committer | Sean Whitton | 2025-06-27 12:39:29 +0100 |
| commit | 772099bc9b8043d46154992e1f06d7b4aa9ceccd (patch) | |
| tree | 411baf741e1be44f57c192a93cf33e89042e54dd /etc | |
| parent | d70f1e0cfe5c6cca5c551326bc0fec613a2d683a (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1876,6 +1876,12 @@ the VC Directory buffer also has the effect of the 'x' command. | |||
| 1876 | That is, typing 'g' refreshes the buffer and also hides items in the | 1876 | That 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'. | ||
| 1881 | If you customize this variable to non-nil, Emacs will offer to save | ||
| 1882 | relevant 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. |
| 1881 | Currently only supported by the Git and Mercurial backends. | 1887 | Currently only supported by the Git and Mercurial backends. |