branch: elpa/scala-mode
commit 6312b365f46832c4e8aacffb685fb552bc795207
Author: Heikki Vesalainen <heikkivesalai...@yahoo.com>
Commit: Heikki Vesalainen <heikkivesalai...@yahoo.com>

    Make the code agreeable to Emacs-Lisp mode
---
 scala-mode-indent.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scala-mode-indent.el b/scala-mode-indent.el
index 48d5628..bb8457e 100644
--- a/scala-mode-indent.el
+++ b/scala-mode-indent.el
@@ -292,7 +292,7 @@ and are infact a sign of run-on. Reserved-symbols not 
included.")
          scala-indent:mustBeContinued-line-end-re)
         t)
        ;; YES: this line starts with type param
-       ((= (char-after) ?[)
+       ((= (char-after) ?\[)
         t)
        ;; YES: this line starts with open paren and the expression
        ;; after all parens is a run-on

Reply via email to