# HG changeset patch # User Eli Zaretskii # Date 1082977947 0 # Node ID d5f4f3846c4029fd1f43360f6840f9fe1faa7456 # Parent b448a66be3a5da2b9d7274c387824be2b4d03c98 (gud-pdb-command-name): Change default to "pydb". diff -r b448a66be3a5 -r d5f4f3846c40 lisp/progmodes/gud.el --- 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