From: Alan Mackenzie Date: Wed, 5 Jun 2013 12:45:51 +0000 (+0000) Subject: Add ChangeLog entry for version #112847. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~73 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3caa391f0abbddadb08170667a6b10ff08070575;p=emacs.git Add ChangeLog entry for version #112847. --- 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'.