Mercurial > emacs
changeset 66773:c5546b7db46b
(gdb): Make gud-pp use user-defined command pp1.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 09 Nov 2005 20:39:06 +0000 |
parents | f14bee895419 |
children | 595f989bb031 |
files | lisp/progmodes/gud.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/gud.el Wed Nov 09 20:38:12 2005 +0000 +++ b/lisp/progmodes/gud.el Wed Nov 09 20:39:06 2005 +0000 @@ -625,7 +625,7 @@ (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.")