From: Roland McGrath Date: Wed, 7 Jun 1995 22:07:53 +0000 (+0000) Subject: (gud-common-init): Call the MASSAGE-ARGS function even if FILE is nil. X-Git-Tag: emacs-19.34~3742 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b1ffa341978eb6289c6ddb82ae2d383cbbac6b9;p=emacs.git (gud-common-init): Call the MASSAGE-ARGS function even if FILE is nil. --- 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." (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)