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

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

[elpa] master 03ecacd 049/215: trepanjs msg change: stop in -> call in


From: Rocky Bernstein
Subject: [elpa] master 03ecacd 049/215: trepanjs msg change: stop in -> call in
Date: Sat, 30 Jul 2016 14:48:52 +0000 (UTC)

branch: master
commit 03ecacdc860493e23712e6f3d6fdc2f81c8f1659
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    trepanjs msg change: stop in -> call in
---
 realgud/debugger/trepanjs/init.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/realgud/debugger/trepanjs/init.el 
b/realgud/debugger/trepanjs/init.el
index 672dc98..e88aed9 100644
--- a/realgud/debugger/trepanjs/init.el
+++ b/realgud/debugger/trepanjs/init.el
@@ -42,7 +42,7 @@ realgud-loc-pat struct")
 (setf (gethash "loc" realgud:trepanjs-pat-hash)
       (make-realgud-loc-pat
        :regexp (format
-               "\\(?:%s\\)*\\(?:break\\|exception\\|stop\\) in %s:%s"
+               "\\(?:%s\\)*\\(?:break\\|exception\\|call\\) in %s:%s"
                realgud:js-term-escape realgud:trepanjs-file-regexp
                realgud:regexp-captured-num)
        :file-group 1



reply via email to

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