diff options
| author | Sean Whitton | 2025-07-25 18:45:59 +0100 |
|---|---|---|
| committer | Sean Whitton | 2025-07-25 18:45:59 +0100 |
| commit | 09e205fe60f074e143298e306431cb62b60a890c (patch) | |
| tree | 8201b317aabcc93d81c2127ae0604f23d634befa /etc | |
| parent | 2143969580eb3ddcc0bda180800cb90cbe468c7c (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1988,6 +1988,9 @@ changes to be committed in a window. This is like the 'C-c C-d' command | |||
| 1988 | in Log Edit mode buffers, except that it does not select the "*vc-diff*" | 1988 | in Log Edit mode buffers, except that it does not select the "*vc-diff*" |
| 1989 | buffer's window, and so works well when added to 'log-edit-hook'. | 1989 | buffer'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. |
| 1993 | In Emacs 30, 'vc-annotate' gained the ability to abbreviate the Git | 1996 | In Emacs 30, 'vc-annotate' gained the ability to abbreviate the Git |