diff options
author | Alan Mackenzie <acm@muc.de> | 2013-06-05 12:45:51 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2013-06-05 12:45:51 +0000 |
commit | 3caa391f0abbddadb08170667a6b10ff08070575 (patch) | |
tree | 6f752f17a60c74ba839877d2d77ed4f483407859 | |
parent | 90db87027fadf1c67325659caea4a5ea41e8a27a (diff) | |
download | emacs-3caa391f0abbddadb08170667a6b10ff08070575.tar.gz emacs-3caa391f0abbddadb08170667a6b10ff08070575.tar.bz2 emacs-3caa391f0abbddadb08170667a6b10ff08070575.zip |
Add ChangeLog entry for version #112847.
-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 @@ (compilation-auto-jump): Suppress the "Mark set" message to give way to exit message. +2013-06-04 Alan Mackenzie <acm@muc.de> + + 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 <tsdh@gnu.org> * eshell/em-term.el (cl-lib): Require `cl-lib'. |