From 652e302642f2ac47360cdb915dbe9aa9fe0b8b48 Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 24 Dec 2014 20:42:30 -0500 Subject: [PATCH] realgud-run-process -> realgud:run-process --- realgud/debugger/gub/gub.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/realgud/debugger/gub/gub.el b/realgud/debugger/gub/gub.el index e2bb64c5d..553574c66 100644 --- a/realgud/debugger/gub/gub.el +++ b/realgud/debugger/gub/gub.el @@ -24,7 +24,7 @@ This should be an executable on your path, or an absolute file name." (declare-function gub-query-cmdline 'realgud-gub-core) (declare-function gub-parse-cmd-args 'realgud-gub-core) -(declare-function realgud-run-process 'realgud-core) +(declare-function realgud:run-process 'realgud-core) (defun realgud-gub-fn (&optional opt-command-line no-reset) @@ -38,7 +38,7 @@ This should be an executable on your path, or an absolute file name." (go-prog-and-args (caddr parsed-args)) (script-filename (car go-prog-and-args)) (cmd-buf)) - (realgud-run-process gub-program script-filename cmd-args + (realgud:run-process gub-program script-filename cmd-args 'gub-track-mode no-reset) ) ) -- 2.39.2