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

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

[elpa] externals/realgud f73c039 72/72: trepan2-loc-fn-callback allow fo


From: Stefan Monnier
Subject: [elpa] externals/realgud f73c039 72/72: trepan2-loc-fn-callback allow for optional callback
Date: Fri, 26 Mar 2021 22:49:15 -0400 (EDT)

branch: externals/realgud
commit f73c039a340579a98e6716c901fd4e80e7eaa2eb
Author: rocky <rocky.bernstein@crunch.io>
Commit: rocky <rocky.bernstein@crunch.io>

    trepan2-loc-fn-callback allow for optional callback
    
    The "breakpoint" command was supplying a 7th parameter, the column.
    Tolerate this.
---
 realgud/debugger/trepan2/core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/realgud/debugger/trepan2/core.el b/realgud/debugger/trepan2/core.el
index 09b6ebc..6ec2bc9 100644
--- a/realgud/debugger/trepan2/core.el
+++ b/realgud/debugger/trepan2/core.el
@@ -92,7 +92,7 @@ we may also consult PYTHONPATH."
      )))
 
 (defun realgud:trepan2-loc-fn-callback(text filename lineno source-str
-                                           cmd-mark directory)
+                                           cmd-mark directory &optional column)
   (realgud:file-loc-from-line filename lineno cmd-mark source-str nil
                              'realgud:trepan2-find-file directory))
 



reply via email to

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