Mercurial > emacs
diff lisp/ChangeLog @ 111139:d383b5e03a3d
progmodes/cc-fonts.el (c-font-lock-declarations): Cache the result of
`c-beginning-of-decl-1' between invocations of a lambda function (Bug
#7265).
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Sun, 24 Oct 2010 15:27:37 +0000 |
parents | 1b078a586243 |
children | 7aab0512e690 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Oct 24 09:55:56 2010 +0000 +++ b/lisp/ChangeLog Sun Oct 24 15:27:37 2010 +0000 @@ -1,3 +1,9 @@ +2010-10-24 Alan Mackenzie <acm@muc.de> + + * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the + result of `c-beginning-of-decl-1' between invocations of a lambda + function (Bug #7265). + 2010-10-24 Daiki Ueno <ueno@unixuser.org> * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"