Mercurial > emacs
changeset 46984:a6d9ca6d1a10
*** empty log message ***
author | Martin Stjernholm <mast@lysator.liu.se> |
---|---|
date | Tue, 20 Aug 2002 21:59:10 +0000 |
parents | 35f3b5d4f918 |
children | 11d4f1454748 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Aug 20 21:58:51 2002 +0000 +++ b/lisp/ChangeLog Tue Aug 20 21:59:10 2002 +0000 @@ -1,3 +1,13 @@ +2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org> + + * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug + that could cause an infinite loop if something that looks like + a macro begins in the middle of a line. + + * progmodes/cc-engine.el (c-parse-state): Fixed a bug that + could cause `c-state-cache' to contain two conses in sequence + when there's an unbalanced open paren in a macro. + 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk> * progmodes/fortran.el (fortran-current-defun): Use save-excursion.