diff options
| author | Stefan Monnier | 2013-04-23 08:29:14 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-04-23 08:29:14 -0400 |
| commit | 117f94cf109728a2e6f1d506041a741481eeedff (patch) | |
| tree | c74fe2f2df96446d9ffc8329bd1060decdf44fd8 /lisp/ChangeLog | |
| parent | 1d829c64d28693a09ca6ec7ddc188c6ae7ba0df0 (diff) | |
| download | emacs-117f94cf109728a2e6f1d506041a741481eeedff.tar.gz emacs-117f94cf109728a2e6f1d506041a741481eeedff.zip | |
* lisp/jit-lock.el: Fix signals in jit-lock-force-redisplay.
Use lexical-binding.
(jit-lock-force-redisplay): Use markers, check buffer's continued
existence and beware narrowed buffers.
(jit-lock-fontify-now): Adjust call accordingly.
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 f538764f909..4307577950f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * jit-lock.el: Fix signals in jit-lock-force-redisplay. | ||
| 4 | Use lexical-binding. | ||
| 5 | (jit-lock-force-redisplay): Use markers, check buffer's continued | ||
| 6 | existence and beware narrowed buffers. | ||
| 7 | (jit-lock-fontify-now): Adjust call accordingly. | ||
| 8 | |||
| 1 | 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 10 | ||
| 3 | * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info | 11 | * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info |