From d3e6dae78c36c67151243252afb212a7d56e3944 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 29 May 1995 20:13:06 +0000 Subject: [PATCH] (gud-perldb-massage-args): Pass `-emacs' after the file name. --- lisp/gud.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gud.el b/lisp/gud.el index 90810c6c6ac..adfc14fdbb4 100644 --- a/lisp/gud.el +++ b/lisp/gud.el @@ -881,7 +881,7 @@ directories if your program contains sources from more than one directory." (defvar gud-perldb-history nil) (defun gud-perldb-massage-args (file args) - (cons "-d" (cons "-emacs" args))) + (cons "-d" (cons (car args) (cons "-emacs" (cdr args))))) ;; There's no guarantee that Emacs will hand the filter the entire ;; marker at once; it could be broken up across several strings. We -- 2.39.2