From: Gustav HÃ¥llberg Date: Thu, 30 Jul 2009 22:57:56 +0000 (+0200) Subject: stgit.el: Move stgit-{un,}commit to \C-c\C-{u,c} X-Git-Tag: v0.15-rc2~11^2~49 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/e9fdd4eaa74c2f785817278c784ca3b748f79767 stgit.el: Move stgit-{un,}commit to \C-c\C-{u,c} Signed-off-by: Gustav HÃ¥llberg --- diff --git a/contrib/stgit.el b/contrib/stgit.el index 2a14fc6..2a72189 100644 --- a/contrib/stgit.el +++ b/contrib/stgit.el @@ -614,8 +614,8 @@ at point." ("S" . stgit-squash) ("N" . stgit-new) ("R" . stgit-repair) - ("C" . stgit-commit) - ("U" . stgit-uncommit) + ("\C-c\C-c" . stgit-commit) + ("\C-c\C-u" . stgit-uncommit) ("\r" . stgit-select) ("o" . stgit-find-file-other-window) ("i" . stgit-file-toggle-index)