1
Fork 0
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:
Richard M. Stallman 1997-09-12 20:58:57 +00:00
parent c7387861c7
commit d6efd584a0

View 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))))