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

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

[elpa] externals/realgud-ipdb 0e243cd: Small changes to get things worki


From: Rocky Bernstein
Subject: [elpa] externals/realgud-ipdb 0e243cd: Small changes to get things working again...
Date: Mon, 3 Jun 2019 13:37:46 -0400 (EDT)

branch: externals/realgud-ipdb
commit 0e243cd95910678de274d9a2ca052ef9b67be215
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Small changes to get things working again...
    
    Had to disable the : -> -- thing for now.
---
 ipdb/init.el    | 8 ++++----
 ipdb/ipdb.el    | 6 +++---
 realgud-ipdb.el | 2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/ipdb/init.el b/ipdb/init.el
index 0cd38dc..3522607 100644
--- a/ipdb/init.el
+++ b/ipdb/init.el
@@ -23,14 +23,14 @@
 (require 'realgud)
 
 (defvar realgud-pat-hash)
-(declare-function make-realgud-loc-pat (realgud-loc))
+(declare-function make-realgud-loc-pat 'realgud-regexp)
 
-(defvar realgud--ipdb-pat-hash (make-hash-table :test 'equal)
+(defvar realgud:ipdb-pat-hash (make-hash-table :test 'equal)
   "Hash key is the what kind of pattern we want to match:
 backtrace, prompt, etc.  The values of a hash entry is a
 realgud-loc-pat struct")
 
-(declare-function make-realgud-loc "realgud-loc" (a b c d e f))
+(declare-function make-realgud-loc 'realgud-loc)
 
 ;; -------------------------------------------------------------------
 ;; User-definable variables
@@ -138,7 +138,7 @@ realgud-loc-pat struct")
 
 (setf (gethash "ipdb" realgud-pat-hash) realgud:ipdb-pat-hash)
 
-(defvar realgud--ipdb-command-hash (make-hash-table :test 'equal)
+(defvar realgud:ipdb-command-hash (make-hash-table :test 'equal)
   "Hash key is command name like 'finish' and the value is
 the ipdb command to use, like 'return'")
 
diff --git a/ipdb/ipdb.el b/ipdb/ipdb.el
index 77f5e11..fbaf610 100644
--- a/ipdb/ipdb.el
+++ b/ipdb/ipdb.el
@@ -52,7 +52,7 @@ This should be an executable on your path, or an absolute 
file name."
 (declare-function realgud:run-debugger 'realgud:run)
 
 ;;;###autoload
-(defun realgud--ipdb (&optional opt-cmd-line no-reset)
+(defun realgud:ipdb (&optional opt-cmd-line no-reset)
   "Invoke the ipdb Python debugger and start the Emacs user interface.
 
 String OPT-CMD-LINE specifies how to run ipdb. You will be prompted
@@ -88,7 +88,7 @@ fringe and marginal icons.
 
 
 ;;;###autoload
-(defun realgud--ipdb-remote (&optional opt-cmd-line no-reset)
+(defun realgud:ipdb-remote (&optional opt-cmd-line no-reset)
   "Invoke the ipdb Python debugger and start the Emacs user interface.
 
 String OPT-CMD-LINE specifies how to run ipdb. You will be prompted
@@ -122,4 +122,4 @@ fringe and marginal icons.
 ;;;###autoload
 (defalias 'ipdb 'realgud:ipdb)
 
-(provide-me "realgud--")
+(provide-me "realgud-")
diff --git a/realgud-ipdb.el b/realgud-ipdb.el
index 5b9d6d3..5dea875 100644
--- a/realgud-ipdb.el
+++ b/realgud-ipdb.el
@@ -1,4 +1,4 @@
-;;; realgud-ipdb.el --- Realgud front-end to ipdb -*- lexical-binding: t -*-
+;;; realgud-ipdb.el --- Realgud front-end to ipdb  -*- lexical-binding: t -*-
 
 ;; Author: Rocky Bernstein <address@hidden>
 ;; Version: 1.0.0



reply via email to

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