branch: elpa/scala-mode commit cc5b9b057a39854810247ed23338a35e460fe7eb Author: Heikki Vesalainen <heikkivesalai...@yahoo.com> Commit: Heikki Vesalainen <heikkivesalai...@yahoo.com>
typo fix: ident vs. indent --- scala-mode2-map.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scala-mode2-map.el b/scala-mode2-map.el index be35b31..1f65080 100644 --- a/scala-mode2-map.el +++ b/scala-mode2-map.el @@ -7,7 +7,7 @@ (defvar scala-mode-map (let ((map (make-sparse-keymap))) (set-keymap-parent map prog-mode-map) - (substitute-key-definition 'delete-indentation 'scala-ident:join-line map global-map) + (substitute-key-definition 'delete-indentation 'scala-indent:join-line map global-map) map) "Local key map used for scala mode")