]> git.eshelyaron.com Git - emacs.git/commitdiff
(perldb): Fix paren error in call to read-from-minibuffer.
authorRichard M. Stallman <rms@gnu.org>
Fri, 12 Sep 1997 20:58:57 +0000 (20:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 12 Sep 1997 20:58:57 +0000 (20:58 +0000)
lisp/gud.el

index 12a96cfee1c46f94c0083ab1f68bc09ddc099b6d..0509ae60ff26c269359077e74fa32bbaf7bb67d2 100644 (file)
@@ -1070,8 +1070,8 @@ and source-file directory for your debugger."
                                 (concat perldb-command-name
                                         " "
                                         (or (buffer-file-name)
-                                            "-e 0"))
-                                        " ")
+                                            "-e 0")
+                                        " "))
                               nil nil
                               '(gud-perldb-history . 1))))