]> code.delx.au - gnu-emacs-elpa/commitdiff
realgud-run-process -> realgud:run-process
authorrocky <rocky@gnu.org>
Thu, 25 Dec 2014 01:42:30 +0000 (20:42 -0500)
committerrocky <rocky@gnu.org>
Thu, 25 Dec 2014 01:42:30 +0000 (20:42 -0500)
realgud/debugger/gub/gub.el

index e2bb64c5d4a28ef83bd3710cfb41a204822615cd..553574c66448024bb312465f527a55b9970aca5c 100644 (file)
@@ -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)
     )
   )