diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-02-05 09:06:37 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-02-05 09:06:37 +0100 |
commit | 1ff980ae49715eb372acff8a193e36497a7665c4 (patch) | |
tree | f88e1936bde56f306d777c9f23885cd8bb8e0917 /lisp/progmodes/gud.el | |
parent | 03988c98dfbb4506ada95f52e4a34071627c3b49 (diff) | |
download | emacs-1ff980ae49715eb372acff8a193e36497a7665c4.tar.gz emacs-1ff980ae49715eb372acff8a193e36497a7665c4.tar.bz2 emacs-1ff980ae49715eb372acff8a193e36497a7665c4.zip |
* progmodes/gud.el (gud-pv): Use pv instead of pv1.
* progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
Diffstat (limited to 'lisp/progmodes/gud.el')
-rw-r--r-- | lisp/progmodes/gud.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index f024fbd5dfc..121a023cd54 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -749,7 +749,7 @@ directory and source-file directory for your debugger." "Evaluate C dereferenced pointer expression at point.") ;; For debugging Emacs only. - (gud-def gud-pv "pv1 %e" "\C-v" "Print the value of the lisp variable.") + (gud-def gud-pv "pv %e" "\C-v" "Print the value of the lisp variable.") (gud-def gud-until "until %l" "\C-u" "Continue to current line.") (gud-def gud-run "run" nil "Run the program.") |