Mercurial > emacs
changeset 1257:e712192d20f5
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 29 Sep 1992 10:03:50 +0000 |
parents | ff24725192d3 |
children | 353663d81b11 |
files | lisp/gud.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gud.el Tue Sep 29 09:57:12 1992 +0000 +++ b/lisp/gud.el Tue Sep 29 10:03:50 1992 +0000 @@ -541,7 +541,7 @@ ;; 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))))