(jdb): Fix regexp for comint-prompt-regexp.

This commit is contained in:
Andreas Schwab 1999-02-12 10:38:47 +00:00
parent 1f70b06ddc
commit 25330efdb5

View file

@ -1887,7 +1887,7 @@ between it and it's value."
(gud-def gud-next "next" "\C-n" "Step one line (skip functions).")
(gud-def gud-cont "cont" "\C-r" "Continue with display.")
(setq comint-prompt-regexp "^> \|^.+\[[0-9]+\] ")
(setq comint-prompt-regexp "^> \\|^.+\\[[0-9]+\\] ")
(setq paragraph-start comint-prompt-regexp)
(run-hooks 'jdb-mode-hook)