aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2020-04-03 01:08:09 +0300
committerJuri Linkov2020-04-03 01:08:09 +0300
commitadfcc17e6ff9e66e9f9bf8d9f5d3236aef4ba4e0 (patch)
tree9cbd33e4ffcbdcc6bfb0503771fcd5797a2d60d9 /etc
parentbb729496f9b699896fed8d65bf499a193a7c4886 (diff)
downloademacs-adfcc17e6ff9e66e9f9bf8d9f5d3236aef4ba4e0.tar.gz
emacs-adfcc17e6ff9e66e9f9bf8d9f5d3236aef4ba4e0.zip
* lisp/vc/vc-dir.el: Commands to mark un/registered files (bug#34949)
* lisp/vc/vc-dir.el (vc-dir-mark-state-files): New function. (vc-dir-mark-registered-files) (vc-dir-mark-unregistered-files): New commands. (vc-dir-mode-map): Bind vc-dir-mark-registered-files to '* r'. (vc-dir-menu-map): Add menu entries for vc-dir-mark-registered-files and vc-dir-mark-unregistered-files.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 765a923bf77..4acf0f4820e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -115,6 +115,9 @@ directories with the help of new command 'dired-vc-next-action'.
115 115
116*** New command 'vc-dir-root' uses the root directory without asking. 116*** New command 'vc-dir-root' uses the root directory without asking.
117 117
118*** New commands 'vc-dir-mark-registered-files' (bound to '* r') and
119'vc-dir-mark-unregistered-files'.
120
118** Gnus 121** Gnus
119 122
120--- 123---