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

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

[nongnu] elpa/scala-mode 84e5c8a 013/217: regression fix


From: ELPA Syncer
Subject: [nongnu] elpa/scala-mode 84e5c8a 013/217: regression fix
Date: Sun, 29 Aug 2021 11:30:35 -0400 (EDT)

branch: elpa/scala-mode
commit 84e5c8a716a6ee1531003629e3aa45a958ce08e7
Author: Heikki Vesalainen <heikkivesalainen@yahoo.com>
Commit: Heikki Vesalainen <heikkivesalainen@yahoo.com>

    regression fix
---
 scala-mode-fontlock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scala-mode-fontlock.el b/scala-mode-fontlock.el
index 8c35dcd..4804797 100644
--- a/scala-mode-fontlock.el
+++ b/scala-mode-fontlock.el
@@ -297,7 +297,7 @@ Does not continue past limit.
            (point)))
 
 (defun scala-font-lock:mark-string-escapes (limit)
-  (when (re-search-forward scala-syntax:string-escape-re limit)
+  (when (re-search-forward scala-syntax:string-escape-re limit t)
     (let ((state (syntax-ppss (match-beginning 0))))
       (= (nth 3 state) ?\"))))
  



reply via email to

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