From 11270fa7b37314d7eef0fc2ad3364cc90a992ef2 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 29 Sep 1992 10:03:50 +0000 Subject: [PATCH] *** empty log message *** --- lisp/gud.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ;; Arrange for the current prompt to get deleted. (save-excursion (set-buffer current-gud-buffer) - (goto-char (process-marker proc)) + (goto-char (process-mark proc)) (beginning-of-line) (if (looking-at comint-prompt-regexp) (set-marker gud-delete-prompt-marker (point))))