mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -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
|
||||
" "
|
||||
(or (buffer-file-name)
|
||||
"-e 0"))
|
||||
" ")
|
||||
"-e 0")
|
||||
" "))
|
||||
nil nil
|
||||
'(gud-perldb-history . 1))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue