tools/debugger: fix broken variable reference
This commit is contained in:
parent
7b04bee2de
commit
21d1844c6f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
(mapcar #'car dap--debug-template-configurations)))
|
(mapcar #'car dap--debug-template-configurations)))
|
||||||
|
|
||||||
(defun +debugger-list-for-realgud ()
|
(defun +debugger-list-for-realgud ()
|
||||||
(cl-loop for (sym . plist) in +debugger-realgud-alist
|
(cl-loop for (sym . plist) in +debugger--realgud-alist
|
||||||
for sym-name = (symbol-name sym)
|
for sym-name = (symbol-name sym)
|
||||||
for modes = (plist-get plist :modes)
|
for modes = (plist-get plist :modes)
|
||||||
if (or (null modes) (apply #'derived-mode-p modes))
|
if (or (null modes) (apply #'derived-mode-p modes))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue