summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/gud.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index a0c58260839..c61f3cf96d2 100644
--- a/lisp/progmodes/gud.el
+++ b/lisp/progmodes/gud.el
@@ -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))