Mercurial > emacs
changeset 61484:cf57400d9ae5
(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).
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Mon, 11 Apr 2005 22:32:24 +0000 |
parents | 37ae5daea4e7 |
children | c54d82cdd1c1 |
files | lisp/progmodes/gud.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)))