diff options
| author | Juri Linkov | 2020-03-29 02:08:05 +0200 |
|---|---|---|
| committer | Juri Linkov | 2020-03-29 02:08:05 +0200 |
| commit | 52fab66c277cd8d83fad0bd6bda8234e102bdc02 (patch) | |
| tree | c049577a6c1b86c64e6a671f9523431b88764857 /etc | |
| parent | d1b8179f55da75fce313118502ba65444ee1dc98 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 | --- |