emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/scala-mode 6312b36 082/217: Make the code agreeable to Ema


From: ELPA Syncer
Subject: [nongnu] elpa/scala-mode 6312b36 082/217: Make the code agreeable to Emacs-Lisp mode
Date: Sun, 29 Aug 2021 11:30:48 -0400 (EDT)

branch: elpa/scala-mode
commit 6312b365f46832c4e8aacffb685fb552bc795207
Author: Heikki Vesalainen <heikkivesalainen@yahoo.com>
Commit: Heikki Vesalainen <heikkivesalainen@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

[Prev in Thread] Current Thread [Next in Thread]