1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

*** empty log message ***

This commit is contained in:
Nick Roberts 2006-04-26 23:01:51 +00:00
parent 0565caebd9
commit 4a113e3faf
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2006-04-27 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gud.el (gud-comint-buffer): Move forward to stop
byte compiler warnings.
(gud-basic-call, gud-find-expr): Let user select an expression
for printing. Print expression as well as value in GUD buffer.
2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
* allout.el: Remove local autoload declaration for

View File

@ -1,3 +1,9 @@
2006-04-27 Nick Roberts <nickrob@snap.net.nz>
* .gdbinit (pp1, pv1): Only print value as expression is now
printed out by gud-print.
(pv1): Correct doc string.
2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
* keymap.c (store_in_keymap): Change `def' arg to not be `register'.