]> git.eshelyaron.com Git - emacs.git/commitdiff
(gud-common-init): Call the MASSAGE-ARGS function even if FILE is nil.
authorRoland McGrath <roland@gnu.org>
Wed, 7 Jun 1995 22:07:53 +0000 (22:07 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 7 Jun 1995 22:07:53 +0000 (22:07 +0000)
lisp/gud.el

index c78baced3d59b4a2c272b86e305f4a991bc58153..58e2670304f189b39357e357a8808396be57c87f 100644 (file)
@@ -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)