stgit.el: Add 'm' as alias for stgit-mark
[stgit] / contrib / stgit.el
index 4e24870..4d957c3 100644 (file)
@@ -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)