branch: master commit 2598619f30ace59745d3949a4a8d8ab57fa6c6cb Author: rocky <ro...@gnu.org> Commit: rocky <ro...@gnu.org>
init.el: bracketed short name is optional --- 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 72ce87c..856c06a 100644 --- a/realgud/debugger/trepanjs/init.el +++ b/realgud/debugger/trepanjs/init.el @@ -32,7 +32,7 @@ realgud-loc-pat struct") (declare-function make-realgud-loc-pat (realgud-loc)) -(defconst realgud:trepanjs-file-regexp "\\([^ \t\n]+\\)\\(?: \\[.*\\]\\)") +(defconst realgud:trepanjs-file-regexp "\\([^ \t\n]+\\)\\(?: \\[.*\\]\\)?") ;; Regular expression that describes a trepanjs location generally shown ;; before a command prompt.