From c69da4c77da0829c22d52a462d29757556cd8dac Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Wed, 9 Nov 2005 20:39:06 +0000 Subject: [PATCH] (gdb): Make gud-pp use user-defined command pp1. --- lisp/progmodes/gud.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index d6333e7d132..d5904a83ac9 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -625,7 +625,7 @@ and source-file directory for your debugger." (gud-def gud-pstar "print* %e" nil "Evaluate C dereferenced pointer expression at point.") ;; For debugging Emacs only. - (gud-def gud-pp "pp %e" nil "Print the emacs s-expression.") + (gud-def gud-pp "pp1 %e" nil "Print the emacs s-expression.") (gud-def gud-until "until %l" "\C-u" "Continue to current line.") (gud-def gud-run "run" nil "Run the program.") -- 2.39.2