From 3caa391f0abbddadb08170667a6b10ff08070575 Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Wed, 5 Jun 2013 12:45:51 +0000 Subject: [PATCH] Add ChangeLog entry for version #112847. --- lisp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 753c3af882b..14ac40dee5b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -54,6 +54,12 @@ (compilation-auto-jump): Suppress the "Mark set" message to give way to exit message. +2013-06-04 Alan Mackenzie + + Remove faulty optimisation from indentation calculation. + * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate + search limit based on 2000 characters back from indent-point. + 2013-06-03 Tassilo Horn * eshell/em-term.el (cl-lib): Require `cl-lib'. -- 2.11.4.GIT