Bit of formatting.

This commit is contained in:
Phil Jackson 2010-05-31 17:00:02 +01:00
parent adb85163de
commit 41ab790cde

View file

@ -60,7 +60,7 @@
("s" . "squash")
("f" . "fixup")))
(define-key map (car key-fun)
`(lambda ()
`(lambda ()
(interactive)
(rebase-mode-edit-line ,(cdr key-fun)))))
map)