diff options
| author | Alan Mackenzie | 2012-01-11 22:21:44 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2012-01-11 22:21:44 +0000 |
| commit | 2cc769a8c3b869fdeedd470501ab8d93c2182554 (patch) | |
| tree | c7d51338ff5cdc6c6443faa8999e0f2329a9e85a /lisp/ChangeLog | |
| parent | e71f5d99fe97bb132f16571764213601e3160eb6 (diff) | |
| download | emacs-2cc769a8c3b869fdeedd470501ab8d93c2182554.tar.gz emacs-2cc769a8c3b869fdeedd470501ab8d93c2182554.zip | |
Fix Emacs bug #10463 - put `widen's around the critical spots.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 90a2070c87c..4f81fdab8e4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-01-11 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | Fix Emacs bug #10463 - put `widen's around the critical spots. | ||
| 4 | |||
| 5 | * progmodes/cc-engine.el (c-in-literal, c-literal-limits): put a | ||
| 6 | widen around each invocation of c-state-pp-to-literal. Remove an | ||
| 7 | unused let variable. | ||
| 8 | |||
| 1 | 2012-01-11 Glenn Morris <rgm@gnu.org> | 9 | 2012-01-11 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561) | 11 | * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561) |