diff options
Diffstat (limited to 'lisp/jit-lock.el')
| -rw-r--r-- | lisp/jit-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index d78c1d03deb..ac692340e74 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el | |||
| @@ -449,7 +449,7 @@ Defaults to the whole buffer. END can be out of bounds." | |||
| 449 | ;; on-the-fly jit-locking), make sure the fontification | 449 | ;; on-the-fly jit-locking), make sure the fontification |
| 450 | ;; will be performed before displaying the block again. | 450 | ;; will be performed before displaying the block again. |
| 451 | (quit (put-text-property start next 'fontified nil) | 451 | (quit (put-text-property start next 'fontified nil) |
| 452 | (signal (car err) (cdr err)))))) | 452 | (signal err))))) |
| 453 | 453 | ||
| 454 | ;; In case we fontified more than requested, take | 454 | ;; In case we fontified more than requested, take |
| 455 | ;; advantage of the good news. | 455 | ;; advantage of the good news. |