Mercurial > emacs
comparison lisp/ChangeLog @ 110373:3e42bd1221cd
(c-forward-<>-arglist-recur): Fix an infinite recursion.
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Wed, 15 Sep 2010 18:03:25 +0000 |
parents | 8e1e2c124dec |
children | 932697ced7aa |
comparison
equal
deleted
inserted
replaced
110372:8e1e2c124dec | 110373:3e42bd1221cd |
---|---|
1 2010-09-15 Alan Mackenzie <acm@muc.de> | 1 2010-09-15 Alan Mackenzie <acm@muc.de> |
2 | 2 |
3 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the | 3 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the |
4 indentation. | 4 indentation. |
5 (c-forward-<>-arglist-recur): Fix an infinite recursion. | |
5 | 6 |
6 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca> | 7 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca> |
7 | 8 |
8 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type | 9 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type |
9 `lexical' for warnings related to lexical scoping. | 10 `lexical' for warnings related to lexical scoping. |