diff options
| author | Sean Whitton | 2025-12-29 15:15:32 +0000 |
|---|---|---|
| committer | Sean Whitton | 2025-12-29 15:16:15 +0000 |
| commit | d79d748deef694bc5e03c5ace683d04401592f28 (patch) | |
| tree | 98da62fe651d57cf39127aee77958f49320b5b89 /lisp | |
| parent | 35912a8c6412227ff01ecb59a6f06e89a40144f2 (diff) | |
| download | emacs-d79d748deef694bc5e03c5ace683d04401592f28.tar.gz emacs-d79d748deef694bc5e03c5ace683d04401592f28.zip | |
* lisp/vc/vc-hooks.el (vc-prefix-map): Move 'B' to 'o' (bug#80037).
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/vc/vc-hooks.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index 7ae4c67f90a..b8502b31a96 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el | |||
| @@ -1018,8 +1018,8 @@ In the latter case, VC mode is deactivated for this buffer." | |||
| 1018 | "O" #'vc-log-outgoing | 1018 | "O" #'vc-log-outgoing |
| 1019 | "M L" #'vc-log-mergebase | 1019 | "M L" #'vc-log-mergebase |
| 1020 | "M D" #'vc-diff-mergebase | 1020 | "M D" #'vc-diff-mergebase |
| 1021 | "B =" #'vc-diff-outgoing-base | 1021 | "o =" #'vc-diff-outgoing-base |
| 1022 | "B D" #'vc-root-diff-outgoing-base | 1022 | "o D" #'vc-root-diff-outgoing-base |
| 1023 | "m" #'vc-merge | 1023 | "m" #'vc-merge |
| 1024 | "r" #'vc-retrieve-tag | 1024 | "r" #'vc-retrieve-tag |
| 1025 | "s" #'vc-create-tag | 1025 | "s" #'vc-create-tag |