aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/gud.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index b4fdc682e6f..a0e22859457 100644
--- a/lisp/progmodes/gud.el
+++ b/lisp/progmodes/gud.el
@@ -1261,7 +1261,7 @@ and source-file directory for your debugger."
1261; (gud-def gud-finish "finish" "\C-f" "Finish executing current function.") 1261; (gud-def gud-finish "finish" "\C-f" "Finish executing current function.")
1262; (gud-def gud-up "up %p" "<" "Up N stack frames (numeric arg).") 1262; (gud-def gud-up "up %p" "<" "Up N stack frames (numeric arg).")
1263; (gud-def gud-down "down %p" ">" "Down N stack frames (numeric arg).") 1263; (gud-def gud-down "down %p" ">" "Down N stack frames (numeric arg).")
1264 (gud-def gud-print "%e" "\C-p" "Evaluate perl expression at point.") 1264 (gud-def gud-print "p %e" "\C-p" "Evaluate perl expression at point.")
1265 1265
1266 (setq comint-prompt-regexp "^ DB<+[0-9]+>+ ") 1266 (setq comint-prompt-regexp "^ DB<+[0-9]+>+ ")
1267 (setq paragraph-start comint-prompt-regexp) 1267 (setq paragraph-start comint-prompt-regexp)