aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorSimon South2010-07-14 22:34:47 -0400
committerSimon South2010-07-14 22:34:47 -0400
commita11b38eea2c4a15ecdaa29dcb66161e9d1143c05 (patch)
tree0e30d7a7a09b865f934e3ab1ed9221a5bacdd055 /lisp/ChangeLog
parent077e075349cd013dbef8761f692bb79be45907d7 (diff)
downloademacs-a11b38eea2c4a15ecdaa29dcb66161e9d1143c05.tar.gz
emacs-a11b38eea2c4a15ecdaa29dcb66161e9d1143c05.zip
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 13990c03203..32fa19c26a9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12010-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
12010-07-14 Karl Fogel <kfogel@red-bean.com> 82010-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