]> git.eshelyaron.com Git - emacs.git/commitdiff
(jdb): Fix regexp for comint-prompt-regexp.
authorAndreas Schwab <schwab@suse.de>
Fri, 12 Feb 1999 10:38:47 +0000 (10:38 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 12 Feb 1999 10:38:47 +0000 (10:38 +0000)
lisp/gud.el

index 501d19ebea2c41630a13174481b298fb7919d3ec..c03129d4ad62448bc9f770426971dfd3e02c10b9 100644 (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)