From: Gustav Hållberg Date: Mon, 8 Dec 2008 20:24:37 +0000 (+0100) Subject: stgit.el: Add 'm' as alias for stgit-mark X-Git-Tag: v0.15-rc1~87 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/3dccdc9bf6d5b2e72a982187f5f947b20f24fc87?ds=inline stgit.el: Add 'm' as alias for stgit-mark Signed-off-by: Gustav Hållberg Signed-off-by: Karl Hasselström --- 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 @@ (unless stgit-mode-map (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)