diff options
| author | Alan Mackenzie | 2015-04-04 10:26:31 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2015-04-04 10:32:23 +0000 |
| commit | 4fabcbfbcd8447351ae59b01b329a0dabebea872 (patch) | |
| tree | fe825494bd6f5a9b1db57b864cd64d822784474f /lisp/ChangeLog | |
| parent | 4de97eafb36a155e520c27e2dee7e068e52f099b (diff) | |
| download | emacs-4fabcbfbcd8447351ae59b01b329a0dabebea872.tar.gz emacs-4fabcbfbcd8447351ae59b01b329a0dabebea872.zip | |
Fix debbugs#20240 part two (jit-lock error during `comment-dwim').
jit-lock.el (jit-lock-after-change): Widen the buffer before
putting 'fontified text properties.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5757317f5e2..cab6abac615 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2015-04-04 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | Fix debbugs#20240 part two (jit-lock error during `comment-dwim'). | ||
| 4 | |||
| 5 | * jit-lock.el (jit-lock-after-change): Widen the buffer before | ||
| 6 | putting 'fontified text properties. | ||
| 7 | |||
| 1 | 2015-04-03 Michael Albinus <michael.albinus@gmx.de> | 8 | 2015-04-03 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 9 | ||
| 3 | * net/tramp-cache.el (tramp-flush-file-property) | 10 | * net/tramp-cache.el (tramp-flush-file-property) |