aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gud.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gud.el b/lisp/gud.el
index 501d19ebea2..c03129d4ad6 100644
--- a/lisp/gud.el
+++ b/lisp/gud.el
@@ -1887,7 +1887,7 @@ between it and it's value."
1887 (gud-def gud-next "next" "\C-n" "Step one line (skip functions).") 1887 (gud-def gud-next "next" "\C-n" "Step one line (skip functions).")
1888 (gud-def gud-cont "cont" "\C-r" "Continue with display.") 1888 (gud-def gud-cont "cont" "\C-r" "Continue with display.")
1889 1889
1890 (setq comint-prompt-regexp "^> \|^.+\[[0-9]+\] ") 1890 (setq comint-prompt-regexp "^> \\|^.+\\[[0-9]+\\] ")
1891 (setq paragraph-start comint-prompt-regexp) 1891 (setq paragraph-start comint-prompt-regexp)
1892 (run-hooks 'jdb-mode-hook) 1892 (run-hooks 'jdb-mode-hook)
1893 1893