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 9d700a5ed82..d0e88309daf 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el | |||
| @@ -482,7 +482,7 @@ non-nil in a repeated invocation of this function." | |||
| 482 | (cancel-timer jit-lock-stealth-repeat-timer)) | 482 | (cancel-timer jit-lock-stealth-repeat-timer)) |
| 483 | (unless (or executing-kbd-macro | 483 | (unless (or executing-kbd-macro |
| 484 | memory-full | 484 | memory-full |
| 485 | (window-minibuffer-p (selected-window)) | 485 | (window-minibuffer-p) |
| 486 | ;; For first invocation set up `jit-lock-stealth-buffers'. | 486 | ;; For first invocation set up `jit-lock-stealth-buffers'. |
| 487 | ;; In repeated invocations it's already been set up. | 487 | ;; In repeated invocations it's already been set up. |
| 488 | (null (if repeat | 488 | (null (if repeat |