(gud-filter): Use comint-update-fence to delete
old prompt comint-prompt-read-only is t and GDB commands are issued from tool bar etc.
This commit is contained in:
parent
f99cf679b3
commit
2ad0fb7d01
1 changed files with 1 additions and 0 deletions
|
@ -2536,6 +2536,7 @@ It is saved for when this flag is not set.")
|
|||
(let ((inhibit-read-only t))
|
||||
(delete-region (process-mark proc)
|
||||
gud-delete-prompt-marker)
|
||||
(comint-update-fence)
|
||||
(set-marker gud-delete-prompt-marker nil)))
|
||||
;; Save the process output, checking for source file markers.
|
||||
(setq output (gud-marker-filter string))
|
||||
|
|
Loading…
Add table
Reference in a new issue