From 3dccdc9bf6d5b2e72a982187f5f947b20f24fc87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustav=20H=C3=A5llberg?= Date: Mon, 8 Dec 2008 21:24:37 +0100 Subject: [PATCH] stgit.el: Add 'm' as alias for stgit-mark MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Gustav Hållberg Signed-off-by: Karl Hasselström --- contrib/stgit.el | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/stgit.el b/contrib/stgit.el index 4e24870..4d957c3 100644 --- a/contrib/stgit.el +++ b/contrib/stgit.el @@ -160,6 +160,7 @@ Argument DIR is the repository path." (suppress-keymap stgit-mode-map) (mapc (lambda (arg) (define-key stgit-mode-map (car arg) (cdr arg))) '((" " . stgit-mark) + ("m" . stgit-mark) ("\d" . stgit-unmark) ("?" . stgit-help) ("h" . stgit-help) -- 2.11.0