comparison lisp/ChangeLog @ 109400:c232035b5f44

(delphi-token-at): Give newlines precedence over literal tokens when parsing so newlines aren't "absorbed" by single-line comments. Corrects the indentation of case blocks that have a comment on the first line.
author Simon South <ssouth@member.fsf.org>
date Wed, 14 Jul 2010 22:34:47 -0400
parents 3fcc8637a887
children f0baf5788e14
comparison
equal deleted inserted replaced
109399:3fcc8637a887 109400:c232035b5f44
1 2010-07-15 Simon South <ssouth@member.fsf.org>
2
3 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
4 over literal tokens when parsing so newlines aren't "absorbed" by
5 single-line comments. Corrects the indentation of case blocks
6 that have a comment on the first line.
7
1 2010-07-14 Karl Fogel <kfogel@red-bean.com> 8 2010-07-14 Karl Fogel <kfogel@red-bean.com>
2 9
3 * bookmark.el (bookmark-load-hook): Fix doc string as suggested 10 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
4 by Drew Adams (Bug#5504). 11 by Drew Adams (Bug#5504).
5 12