chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83327d5
)
stgit.el: Add 'm' as alias for stgit-mark
author
Gustav Hållberg
<gustav@virtutech.com>
Mon, 8 Dec 2008 20:24:37 +0000
(21:24 +0100)
committer
Karl Hasselström
<kha@treskal.com>
Mon, 8 Dec 2008 20:39:39 +0000
(21:39 +0100)
Signed-off-by: Gustav Hållberg <gustav@virtutech.com>
Signed-off-by: Karl Hasselström <kha@treskal.com>
contrib/stgit.el
patch
|
blob
|
blame
|
history
diff --git
a/contrib/stgit.el
b/contrib/stgit.el
index 4e248702dfb3fa44d7f9fecb8ab7e4a2527eb5a6..4d957c38f602203d9c33cd2a8482edf82ed59b24 100644
(file)
--- 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)