aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gud.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gud.el b/lisp/gud.el
index c78baced3d5..58e2670304f 100644
--- a/lisp/gud.el
+++ b/lisp/gud.el
@@ -1156,7 +1156,7 @@ comint mode, which see."
1156 (if w 1156 (if w
1157 (setcar w file))) 1157 (setcar w file)))
1158 (apply 'make-comint (concat "gud" filepart) program nil 1158 (apply 'make-comint (concat "gud" filepart) program nil
1159 (if file-word (funcall massage-args file args) args))) 1159 (funcall massage-args file args)))
1160 ;; Since comint clobbered the mode, we don't set it until now. 1160 ;; Since comint clobbered the mode, we don't set it until now.
1161 (gud-mode) 1161 (gud-mode)
1162 (make-local-variable 'gud-marker-filter) 1162 (make-local-variable 'gud-marker-filter)