comparison lisp/ChangeLog @ 109401:f0baf5788e14

(delphi-previous-indent-of): Indent case blocks within record declarations (i.e. variant parts) correctly.
author Simon South <ssouth@member.fsf.org>
date Wed, 14 Jul 2010 23:12:37 -0400
parents c232035b5f44
children 5ff030a9ca0a
comparison
equal deleted inserted replaced
109400:c232035b5f44 109401:f0baf5788e14
1 2010-07-15 Simon South <ssouth@localhost.localdomain>
2
3 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
4 blocks within record declarations (i.e. variant parts) correctly.
5
1 2010-07-15 Simon South <ssouth@member.fsf.org> 6 2010-07-15 Simon South <ssouth@member.fsf.org>
2 7
3 * progmodes/delphi.el (delphi-token-at): Give newlines precedence 8 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
4 over literal tokens when parsing so newlines aren't "absorbed" by 9 over literal tokens when parsing so newlines aren't "absorbed" by
5 single-line comments. Corrects the indentation of case blocks 10 single-line comments. Corrects the indentation of case blocks