diff options
| -rw-r--r-- | lisp/progmodes/gud.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 1f9284db9cb..bf0b709e43a 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el | |||
| @@ -1417,7 +1417,7 @@ and source-file directory for your debugger." | |||
| 1417 | 1417 | ||
| 1418 | output)) | 1418 | output)) |
| 1419 | 1419 | ||
| 1420 | (defcustom gud-pdb-command-name "pydb" | 1420 | (defcustom gud-pdb-command-name "pdb" |
| 1421 | "File name for executing the Python debugger. | 1421 | "File name for executing the Python debugger. |
| 1422 | This should be an executable on your path, or an absolute file name." | 1422 | This should be an executable on your path, or an absolute file name." |
| 1423 | :type 'string | 1423 | :type 'string |
| @@ -2614,7 +2614,6 @@ Obeying it means displaying in another window the specified file and line." | |||
| 2614 | (widen) | 2614 | (widen) |
| 2615 | (goto-line line) | 2615 | (goto-line line) |
| 2616 | (setq pos (point)) | 2616 | (setq pos (point)) |
| 2617 | (setq overlay-arrow-string "=>") | ||
| 2618 | (or gud-overlay-arrow-position | 2617 | (or gud-overlay-arrow-position |
| 2619 | (setq gud-overlay-arrow-position (make-marker))) | 2618 | (setq gud-overlay-arrow-position (make-marker))) |
| 2620 | (set-marker gud-overlay-arrow-position (point) (current-buffer))) | 2619 | (set-marker gud-overlay-arrow-position (point) (current-buffer))) |