diff options
| author | Alan Mackenzie | 2011-06-15 18:24:25 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2011-06-15 18:24:25 +0000 |
| commit | 8c0e35891e0533125e1a09bce2f3bcd29c6ff23a (patch) | |
| tree | 0f924c927c4d8f83a1ab577bf5ddbc3e6f67e120 /lisp/ChangeLog | |
| parent | b96e6cde3e311cd79f8ad134291d41c8c64cc6ad (diff) | |
| download | emacs-8c0e35891e0533125e1a09bce2f3bcd29c6ff23a.tar.gz emacs-8c0e35891e0533125e1a09bce2f3bcd29c6ff23a.zip | |
progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking for
declarators, disable knr checking to speed up for normal files. 2:
Refactor, replacing a sequence of nested if forms by a cond form.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 622831cb31f..9c7e132176b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-06-15 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst | ||
| 4 | checking for declarators, disable knr checking to speed up for | ||
| 5 | normal files. 2: Refactor, replacing a sequence of nested if | ||
| 6 | forms by a cond form. | ||
| 7 | |||
| 1 | 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | 8 | 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 9 | ||
| 3 | * subr.el (process-live-p): Renamed from `process-alive-p' for | 10 | * subr.el (process-live-p): Renamed from `process-alive-p' for |