aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2020-03-29 02:08:05 +0200
committerJuri Linkov2020-03-29 02:08:05 +0200
commit52fab66c277cd8d83fad0bd6bda8234e102bdc02 (patch)
treec049577a6c1b86c64e6a671f9523431b88764857 /etc
parentd1b8179f55da75fce313118502ba65444ee1dc98 (diff)
downloademacs-52fab66c277cd8d83fad0bd6bda8234e102bdc02.tar.gz
emacs-52fab66c277cd8d83fad0bd6bda8234e102bdc02.zip
* lisp/vc/vc-dir.el (vc-dir-root): New command (bug#12492, bug#34949).
* lisp/vc/vc-hooks.el (vc-menu-map): Change menu command from 'vc-dir' to 'vc-dir-root'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 870d39f7eef..4b477e5def6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -111,6 +111,10 @@ details of marking the file at the end of the region.
111*** State changing VC operations are supported in 'dired-mode' on files 111*** State changing VC operations are supported in 'dired-mode' on files
112(but still not on directories). 112(but still not on directories).
113 113
114** Change Logs and VC
115
116*** New command 'vc-dir-root' uses the root directory without asking.
117
114** Gnus 118** Gnus
115 119
116--- 120---