[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r112117: * lisp/vc/diff-mode.el (diff
From: |
Dmitry Gutov |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r112117: * lisp/vc/diff-mode.el (diff-mode-shared-map): Unbind "/". |
Date: |
Sat, 23 Mar 2013 21:43:18 +0400 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 112117
fixes bug: http://debbugs.gnu.org/14034
committer: Dmitry Gutov <address@hidden>
branch nick: trunk
timestamp: Sat 2013-03-23 21:43:18 +0400
message:
* lisp/vc/diff-mode.el (diff-mode-shared-map): Unbind "/".
modified:
lisp/ChangeLog
lisp/vc/diff-mode.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2013-03-23 02:21:25 +0000
+++ b/lisp/ChangeLog 2013-03-23 17:43:18 +0000
@@ -1,3 +1,7 @@
+2013-03-23 Dmitry Gutov <address@hidden>
+
+ * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
+
2013-03-23 Leo Liu <address@hidden>
* nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
=== modified file 'lisp/vc/diff-mode.el'
--- a/lisp/vc/diff-mode.el 2013-02-28 16:34:51 +0000
+++ b/lisp/vc/diff-mode.el 2013-03-23 17:43:18 +0000
@@ -124,7 +124,6 @@
("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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r112117: * lisp/vc/diff-mode.el (diff-mode-shared-map): Unbind "/".,
Dmitry Gutov <=