# HG changeset patch # User Nick Roberts # Date 1113258744 0 # Node ID cf57400d9ae54a0abdd9adfad62873476c6723d9 # Parent 37ae5daea4e776529eee08857ba9644419f388d4 (gud-display-line): GUD uses its own overlay arrow now so don't set overlay-arrow-string. (gud-pdb-command-name): Revert back to "pdb" (2004-04-26). diff -r 37ae5daea4e7 -r cf57400d9ae5 lisp/progmodes/gud.el --- a/lisp/progmodes/gud.el Mon Apr 11 22:31:19 2005 +0000 +++ b/lisp/progmodes/gud.el Mon Apr 11 22:32:24 2005 +0000 @@ -1417,7 +1417,7 @@ output)) -(defcustom gud-pdb-command-name "pydb" +(defcustom gud-pdb-command-name "pdb" "File name for executing the Python debugger. This should be an executable on your path, or an absolute file name." :type 'string @@ -2614,7 +2614,6 @@ (widen) (goto-line line) (setq pos (point)) - (setq overlay-arrow-string "=>") (or gud-overlay-arrow-position (setq gud-overlay-arrow-position (make-marker))) (set-marker gud-overlay-arrow-position (point) (current-buffer)))