]> code.delx.au - gnu-emacs/commitdiff
(gud-display-line): GUD uses its own
authorNick Roberts <nickrob@snap.net.nz>
Mon, 11 Apr 2005 22:32:24 +0000 (22:32 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Mon, 11 Apr 2005 22:32:24 +0000 (22:32 +0000)
overlay arrow now so don't set overlay-arrow-string.
(gud-pdb-command-name): Revert back to "pdb" (2004-04-26).

lisp/progmodes/gud.el

index 1f9284db9cb4e7fa5a6625fb5f19ff628227f559..bf0b709e43acab8ba85b8718aab0a1e4982b1bcc 100644 (file)
@@ -1417,7 +1417,7 @@ and source-file directory for your debugger."
 
     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 @@ Obeying it means displaying in another window the specified file and line."
              (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)))