1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

* lisp/vc/diff-mode.el (diff-mode-shared-map): Unbind "/".

Fixes: debbugs:14034
This commit is contained in:
Dmitry Gutov 2013-03-23 21:43:18 +04:00
parent d7158313e2
commit b3082f497c
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
* vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
2013-03-23 Leo Liu <sdl.web@gmail.com>
* nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):

View File

@ -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)