changeset 12116:1df1abcd466f

(gud-common-init): Call the MASSAGE-ARGS function even if FILE is nil.
author Roland McGrath <roland@gnu.org>
date Wed, 07 Jun 1995 22:07:53 +0000
parents bd5ac643a900
children 3fa5b6e7ad4b
files lisp/gud.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gud.el	Wed Jun 07 21:48:03 1995 +0000
+++ b/lisp/gud.el	Wed Jun 07 22:07:53 1995 +0000
@@ -1156,7 +1156,7 @@
       (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)