aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gud.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gud.el b/lisp/gud.el
index 8decc5e54bc..917a0f9ac9f 100644
--- a/lisp/gud.el
+++ b/lisp/gud.el
@@ -1213,7 +1213,7 @@ Obeying it means displaying in another window the specified file and line."
1213 (gud-set-buffer) 1213 (gud-set-buffer)
1214 (let ((command (concat command "\n")) 1214 (let ((command (concat command "\n"))
1215 (proc (get-buffer-process gud-comint-buffer))) 1215 (proc (get-buffer-process gud-comint-buffer)))
1216 1216 (or proc (error "Current buffer has no process"))
1217 ;; Arrange for the current prompt to get deleted. 1217 ;; Arrange for the current prompt to get deleted.
1218 (save-excursion 1218 (save-excursion
1219 (set-buffer gud-comint-buffer) 1219 (set-buffer gud-comint-buffer)