diff lisp/progmodes/gud.el @ 55149:d5f4f3846c40

(gud-pdb-command-name): Change default to "pydb".
author Eli Zaretskii <eliz@gnu.org>
date Mon, 26 Apr 2004 11:12:27 +0000
parents 0895b563f562
children 1014ad951130
line wrap: on
line diff
--- a/lisp/progmodes/gud.el	Mon Apr 26 10:49:11 2004 +0000
+++ b/lisp/progmodes/gud.el	Mon Apr 26 11:12:27 2004 +0000
@@ -1401,7 +1401,7 @@
 
     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