mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
(perldb): Fix paren error in call to read-from-minibuffer.
This commit is contained in:
parent
c7387861c7
commit
d6efd584a0
1 changed files with 2 additions and 2 deletions
|
|
@ -1070,8 +1070,8 @@ and source-file directory for your debugger."
|
||||||
(concat perldb-command-name
|
(concat perldb-command-name
|
||||||
" "
|
" "
|
||||||
(or (buffer-file-name)
|
(or (buffer-file-name)
|
||||||
"-e 0"))
|
"-e 0")
|
||||||
" ")
|
" "))
|
||||||
nil nil
|
nil nil
|
||||||
'(gud-perldb-history . 1))))
|
'(gud-perldb-history . 1))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue