aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gud.el
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>1995-06-07 22:07:53 +0000
committerRoland McGrath <[email protected]>1995-06-07 22:07:53 +0000
commit2b1ffa341978eb6289c6ddb82ae2d383cbbac6b9 (patch)
tree7608f717a4918c879effde6e085684f1b60e77f9 /lisp/gud.el
parent7e926407555aa9bc52afe946321f529252fc52fe (diff)
(gud-common-init): Call the MASSAGE-ARGS function even if FILE is nil.
Diffstat (limited to 'lisp/gud.el')
-rw-r--r--lisp/gud.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gud.el b/lisp/gud.el
index c78baced3d..58e2670304 100644
--- a/lisp/gud.el
+++ b/lisp/gud.el
@@ -1156,7 +1156,7 @@ comint mode, which see."
(if w
(setcar w file)))
(apply 'make-comint (concat "gud" filepart) program nil
- (if file-word (funcall massage-args file args) args)))
+ (funcall massage-args file args)))
;; Since comint clobbered the mode, we don't set it until now.
(gud-mode)
(make-local-variable 'gud-marker-filter)