diff options
| author | Juri Linkov | 2020-02-19 01:35:03 +0200 |
|---|---|---|
| committer | Juri Linkov | 2020-02-19 01:35:03 +0200 |
| commit | 2b04ca05ad9f3679a047ffc06b35d2d61d74b12e (patch) | |
| tree | f4e0225935a983eaf7e2054f130442507fa672ba /etc | |
| parent | 0c0fa1d5fddadea943a9813e491f3f7727b86f45 (diff) | |
| download | emacs-2b04ca05ad9f3679a047ffc06b35d2d61d74b12e.tar.gz emacs-2b04ca05ad9f3679a047ffc06b35d2d61d74b12e.zip | |
Support state changing VC operations in dired-mode on files (bug#34949)
* lisp/vc/vc.el (vc-deduce-fileset): Don't error out when observer is nil.
(vc-dired-deduce-fileset): Add optional args 'state-model-only-files'
and 'observer'. Check that all files are in a consistent state
when state-model-only-files is non-nil. Error out on directories.
* lisp/vc/vc-dispatcher.el (vc-dispatcher-browsing): Check dired-mode
for derived-mode-p.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -96,6 +96,11 @@ shows equivalent key bindings for all commands that have them. | |||
| 96 | 96 | ||
| 97 | * Changes in Specialized Modes and Packages in Emacs 28.1 | 97 | * Changes in Specialized Modes and Packages in Emacs 28.1 |
| 98 | 98 | ||
| 99 | ** Dired | ||
| 100 | |||
| 101 | *** State changing VC operations are supported in dired-mode on files | ||
| 102 | (but still not on directories). | ||
| 103 | |||
| 99 | ** Help | 104 | ** Help |
| 100 | 105 | ||
| 101 | +++ | 106 | +++ |