Bit of formatting.
This commit is contained in:
parent
adb85163de
commit
41ab790cde
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
("s" . "squash")
|
("s" . "squash")
|
||||||
("f" . "fixup")))
|
("f" . "fixup")))
|
||||||
(define-key map (car key-fun)
|
(define-key map (car key-fun)
|
||||||
`(lambda ()
|
`(lambda ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(rebase-mode-edit-line ,(cdr key-fun)))))
|
(rebase-mode-edit-line ,(cdr key-fun)))))
|
||||||
map)
|
map)
|
||||||
|
|
Loading…
Reference in a new issue