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:
parent
d7158313e2
commit
b3082f497c
@ -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):
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user