]> git.eshelyaron.com Git - emacs.git/commitdiff
(gud-perldb-massage-args): Pass `-emacs' after the file name.
authorKarl Heuer <kwzh@gnu.org>
Mon, 29 May 1995 20:13:06 +0000 (20:13 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 29 May 1995 20:13:06 +0000 (20:13 +0000)
lisp/gud.el

index 90810c6c6ac062b710b42b4d48f3e90f322c2d88..adfc14fdbb4e3f76ee259cfd9ec74886a5189070 100644 (file)
@@ -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