summaryrefslogtreecommitdiff
path: root/lisp/vc/diff-mode.el
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2013-03-23 21:43:18 +0400
committerDmitry Gutov <dgutov@yandex.ru>2013-03-23 21:43:18 +0400
commitb3082f497c788948254b21ce87ea3eba8b801e80 (patch)
treea7e363bc8327459c533df448eb05249ffe042b19 /lisp/vc/diff-mode.el
parentd7158313e21be4fb986627b38c2a5decc5844374 (diff)
downloademacs-b3082f497c788948254b21ce87ea3eba8b801e80.tar.gz
* lisp/vc/diff-mode.el (diff-mode-shared-map): Unbind "/".
Fixes: debbugs:14034
Diffstat (limited to 'lisp/vc/diff-mode.el')
-rw-r--r--lisp/vc/diff-mode.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el
index d9224b29c2e..e945d6ef160 100644
--- a/lisp/vc/diff-mode.el
+++ b/lisp/vc/diff-mode.el
@@ -124,7 +124,6 @@ when editing big diffs)."
("A" . diff-ediff-patch)
("r" . diff-restrict-view)
("R" . diff-reverse-direction)
- ("/" . diff-undo)
([remap undo] . diff-undo))
"Basic keymap for `diff-mode', bound to various prefix keys."
:inherit special-mode-map)