Mercurial > emacs
changeset 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 | b448a66be3a5 |
children | f78c7b75f616 |
files | lisp/progmodes/gud.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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