aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gud.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gud.el b/lisp/gud.el
index b7435f460d5..943ecdabeea 100644
--- a/lisp/gud.el
+++ b/lisp/gud.el
@@ -541,7 +541,7 @@ Obeying it means displaying in another window the specified file and line."
541 ;; Arrange for the current prompt to get deleted. 541 ;; Arrange for the current prompt to get deleted.
542 (save-excursion 542 (save-excursion
543 (set-buffer current-gud-buffer) 543 (set-buffer current-gud-buffer)
544 (goto-char (process-marker proc)) 544 (goto-char (process-mark proc))
545 (beginning-of-line) 545 (beginning-of-line)
546 (if (looking-at comint-prompt-regexp) 546 (if (looking-at comint-prompt-regexp)
547 (set-marker gud-delete-prompt-marker (point)))) 547 (set-marker gud-delete-prompt-marker (point))))