comparison lisp/ChangeLog @ 77161:0ebcdaee8a4e

Fix typo.
author Glenn Morris <rgm@gnu.org>
date Fri, 13 Apr 2007 03:01:45 +0000
parents 54e83bd9ac02
children 6e2b57342d25
comparison
equal deleted inserted replaced
77160:da6223a564e8 77161:0ebcdaee8a4e
4 (outline-get-last-sibling): Handle case where we are at the first 4 (outline-get-last-sibling): Handle case where we are at the first
5 heading. Clarify docstring. 5 heading. Clarify docstring.
6 6
7 2007-04-12 Nick Roberts <nickrob@snap.net.nz> 7 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
8 8
9 * progmodes/gud.el (gud-minor-mode-map): Make go button same same 9 * progmodes/gud.el (gud-minor-mode-map): Make go button same
10 length as stop button to lessen flicker. 10 length as stop button to lessen flicker.
11 (jdb): Add gud-print. 11 (jdb): Add gud-print.
12 (gud-find-expr): Jdb prints the expression with the value, so 12 (gud-find-expr): Jdb prints the expression with the value, so
13 don't insert it in the output. 13 don't insert it in the output.
14 14