aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSean Whitton2025-07-25 18:45:59 +0100
committerSean Whitton2025-07-25 18:45:59 +0100
commit09e205fe60f074e143298e306431cb62b60a890c (patch)
tree8201b317aabcc93d81c2127ae0604f23d634befa /etc
parent2143969580eb3ddcc0bda180800cb90cbe468c7c (diff)
downloademacs-09e205fe60f074e143298e306431cb62b60a890c.tar.gz
emacs-09e205fe60f074e143298e306431cb62b60a890c.zip
Bind vc-rename-file to C-x v R
* lisp/vc/vc-hooks.el (vc-prefix-map): Bind vc-rename-file to C-x v R. * doc/emacs/files.texi (Copying and Naming): * doc/emacs/vc1-xtra.texi (VC Delete/Rename, Revision Tags): * etc/NEWS (bindings): Document the new binding.
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 daf35388923..9ccfd75fecf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1988,6 +1988,9 @@ changes to be committed in a window. This is like the 'C-c C-d' command
1988in Log Edit mode buffers, except that it does not select the "*vc-diff*" 1988in Log Edit mode buffers, except that it does not select the "*vc-diff*"
1989buffer's window, and so works well when added to 'log-edit-hook'. 1989buffer's window, and so works well when added to 'log-edit-hook'.
1990 1990
1991+++
1992*** 'vc-rename-file' is now bound to 'C-x v R'.
1993
1991--- 1994---
1992*** 'vc-annotate' now abbreviates the Git revision in more cases. 1995*** 'vc-annotate' now abbreviates the Git revision in more cases.
1993In Emacs 30, 'vc-annotate' gained the ability to abbreviate the Git 1996In Emacs 30, 'vc-annotate' gained the ability to abbreviate the Git