From 2cc769a8c3b869fdeedd470501ab8d93c2182554 Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Wed, 11 Jan 2012 22:21:44 +0000 Subject: Fix Emacs bug #10463 - put `widen's around the critical spots. --- lisp/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 90a2070c87..4f81fdab8e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2012-01-11 Alan Mackenzie + + Fix Emacs bug #10463 - put `widen's around the critical spots. + + * progmodes/cc-engine.el (c-in-literal, c-literal-limits): put a + widen around each invocation of c-state-pp-to-literal. Remove an + unused let variable. + 2012-01-11 Glenn Morris * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561) -- cgit v1.2.3