From: Glenn Morris Date: Tue, 1 Nov 2011 19:22:57 +0000 (-0400) Subject: ChangeLog fixes. X-Git-Tag: emacs-pretest-24.0.92~236 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=00b77525cb0a1b4029c18a0b3179812265eb3dc3;p=emacs.git ChangeLog fixes. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index ddad0b45106..029406e2d30 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -10,9 +10,8 @@ "Macros with ;". (Macros with ;): New page. - * progmodes/cc-mode.texi (Movement Commands): Document - `c-defun-tactic'. Document the new handling of nested scopes for - movement by defuns. + * cc-mode.texi (Movement Commands): Document `c-defun-tactic'. + Document the new handling of nested scopes for movement by defuns. 2011-10-23 Michael Albinus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7be6e030593..ad381e67cf8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -297,7 +297,7 @@ Fix bug #9560, sporadic wrong indentation; improve instrumentation of c-parse-state. - * cc-engine.el (c-append-lower-brace-pair-to-state-cache): + * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache): correct faulty logical expression. (c-parse-state-state, c-record-parse-state-state): (c-replay-parse-state-state): New defvar/defuns.