# HG changeset patch # User Roland McGrath # Date 802562873 0 # Node ID 1df1abcd466ff6bd34e04ac1c0577563cf1b9a23 # Parent bd5ac643a900a27c47b18792ff8b908d81480fef (gud-common-init): Call the MASSAGE-ARGS function even if FILE is nil. diff -r bd5ac643a900 -r 1df1abcd466f lisp/gud.el --- 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)