aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gud.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gud.el b/lisp/gud.el
index 12a96cfee1c..0509ae60ff2 100644
--- a/lisp/gud.el
+++ b/lisp/gud.el
@@ -1070,8 +1070,8 @@ and source-file directory for your debugger."
1070 (concat perldb-command-name 1070 (concat perldb-command-name
1071 " " 1071 " "
1072 (or (buffer-file-name) 1072 (or (buffer-file-name)
1073 "-e 0")) 1073 "-e 0")
1074 " ") 1074 " "))
1075 nil nil 1075 nil nil
1076 '(gud-perldb-history . 1)))) 1076 '(gud-perldb-history . 1))))
1077 1077