]> git.eshelyaron.com Git - emacs.git/commitdiff
(gud-pdb-command-name): Change default to "pydb".
authorEli Zaretskii <eliz@gnu.org>
Mon, 26 Apr 2004 11:12:27 +0000 (11:12 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 26 Apr 2004 11:12:27 +0000 (11:12 +0000)
lisp/progmodes/gud.el

index 4627f2ac63988937e38dc2e354c92f60538b24f0..bdf8c93f900dcc61acdc28cc78a5b89b6aa804a7 100644 (file)
@@ -1401,7 +1401,7 @@ and source-file directory for your debugger."
 
     output))
 
-(defcustom gud-pdb-command-name "pdb"
+(defcustom gud-pdb-command-name "pydb"
   "File name for executing the Python debugger.
 This should be an executable on your path, or an absolute file name."
   :type 'string