From: rocky Date: Thu, 25 Dec 2014 01:42:30 +0000 (-0500) Subject: realgud-run-process -> realgud:run-process X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/652e302642f2ac47360cdb915dbe9aa9fe0b8b48 realgud-run-process -> realgud:run-process --- 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) ) )