diff options
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 753c3af882b..14ac40dee5b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -54,6 +54,12 @@ | |||
| 54 | (compilation-auto-jump): Suppress the "Mark set" message to give | 54 | (compilation-auto-jump): Suppress the "Mark set" message to give |
| 55 | way to exit message. | 55 | way to exit message. |
| 56 | 56 | ||
| 57 | 2013-06-04 Alan Mackenzie <acm@muc.de> | ||
| 58 | |||
| 59 | Remove faulty optimisation from indentation calculation. | ||
| 60 | * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate | ||
| 61 | search limit based on 2000 characters back from indent-point. | ||
| 62 | |||
| 57 | 2013-06-03 Tassilo Horn <tsdh@gnu.org> | 63 | 2013-06-03 Tassilo Horn <tsdh@gnu.org> |
| 58 | 64 | ||
| 59 | * eshell/em-term.el (cl-lib): Require `cl-lib'. | 65 | * eshell/em-term.el (cl-lib): Require `cl-lib'. |