aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAlan Mackenzie <[email protected]>2012-01-11 22:21:44 +0000
committerAlan Mackenzie <[email protected]>2012-01-11 22:21:44 +0000
commit2cc769a8c3b869fdeedd470501ab8d93c2182554 (patch)
treec7d51338ff5cdc6c6443faa8999e0f2329a9e85a /lisp/ChangeLog
parente71f5d99fe97bb132f16571764213601e3160eb6 (diff)
Fix Emacs bug #10463 - put `widen's around the critical spots.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <[email protected]>
+
+ 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 <[email protected]>
* dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)