diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jul 14 15:09:28 2010 -0400
+++ b/lisp/ChangeLog	Wed Jul 14 22:34:47 2010 -0400
@@ -1,3 +1,10 @@
+2010-07-15  Simon South  <ssouth@member.fsf.org>
+
+	* progmodes/delphi.el (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.
+
 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
 
 	* bookmark.el (bookmark-load-hook): Fix doc string as suggested